Neovim: switch completion plugin to coq.nvim

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

View file

@ -5,3 +5,6 @@ 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')