woohooo
This commit is contained in:
commit
085347ddac
49 changed files with 1931 additions and 0 deletions
9
lua/plugins/thesaurus.lua
Normal file
9
lua/plugins/thesaurus.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
'Ron89/thesaurus_query.vim',
|
||||
cmd = { 'Thesaurus', 'ThesaurusQueryReplaceCurrentWord' },
|
||||
init = function()
|
||||
vim.g.tq_enabled_backends = { 'datamuse_com', 'openoffice_en' }
|
||||
vim.g.tq_use_vim_autocomplete = 0
|
||||
vim.keymap.set('n', 'z/', '<cmd>ThesaurusQueryReplaceCurrentWord<CR>', { desc = 'Find synonyms (thesaurus)' })
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue