chore: replaced nvim-cmp with nvim-coq because cmp wasnt adding brackets to functions

This commit is contained in:
Afonso Franco 2022-11-17 01:30:44 +00:00
parent bd39422c34
commit 1fa08b4312
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
4 changed files with 44 additions and 160 deletions

View file

@ -0,0 +1,6 @@
vim.g.coq_settings = {
auto_start = 'shut-up',
clients = {
tmux = { enabled = false },
},
}