Neovim: switch completion plugin to coq.nvim

This commit is contained in:
Marko Korhonen 2021-10-06 19:08:11 +03:00
parent cff0adb487
commit 027049aced
4 changed files with 14 additions and 17 deletions

View file

@ -1,4 +0,0 @@
vim.o.completeopt = 'menuone,noinsert,noselect'
-- Enable for all buffers (for now)
vim.api.nvim_command('autocmd BufEnter * lua require\'completion\'.on_attach()')