Neovim: switch completion plugin to coq.nvim
This commit is contained in:
parent
9ce9264cf1
commit
756cebca40
4 changed files with 14 additions and 17 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue