Neovim: switch from lspinstall to nvim-lsp-installer, coq_nvim to

nvim-cmp
This commit is contained in:
Marko Korhonen 2021-11-26 18:19:36 +02:00
parent 65c6c66dc8
commit 91b671057e
5 changed files with 94 additions and 123 deletions

View file

@ -5,6 +5,3 @@ cmd('au TermOpen * tnoremap <buffer> <Esc> <c-\\><c-n>')
-- Fix YAML indentation
cmd('au FileType yaml setlocal ts=2 sts=2 sw=2 expandtab')
-- Run coq.nvim on startup
cmd('au VimEnter * COQnow --shut-up')