add theseraus

master
moonblade 1 year ago
parent 30a366905c
commit 08f20c5852

@ -0,0 +1,11 @@
augroup lexical
autocmd!
autocmd FileType markdown,mkd call lexical#init()
autocmd FileType textile call lexical#init()
autocmd FileType text call lexical#init({ 'spell': 0 })
augroup END
let g:lexical#thesaurus_key = '<leader>ts'
let g:lexical#thesaurus = ['~/.local/share/mthesaur.txt',]

@ -709,4 +709,9 @@ return {
end
},
-- theseraus{{{
-- ["Ron89/thesaurus_query.vim"] = { },
-- setup in after/plugin/vim-lexical
["preservim/vim-lexical"] = { },-- }}}
}

Loading…
Cancel
Save