nvim: Remove ctrlsf and thesaurus_query

Removed the two plugins since I *never* used them in months.
Improved startup slightly by conditionally loading some filetype and
command plugins.
This commit is contained in:
Marty Oehme 2021-11-16 12:03:12 +01:00
parent e617d4ae1e
commit 9fd0ab9b91
Signed by: Marty
GPG key ID: B7538B8F50A1C800
2 changed files with 31 additions and 23 deletions

View file

@ -175,10 +175,6 @@ vim.g.nv_fzf_binds = {
map.n.nore['<leader>n'] = ':NV<cr>'
map.n.nore['<leader>N'] = ':NV!<cr>'
-- PLUGIN: CtrlSF
-- (non-fuzzy) search in wiki with ctrlsf, in fullscreen window
map.n.nore['<leader>wf'] = ':call SearchNotes()<cr>'
-- Mostly dealing with Prose writing from here on out
-- Format current Paragraph (esp useful in prose writing)
map.n.nore.silent['<localleader>q'] = 'gqap'