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

This commit is contained in:
2022-11-17 01:30:44 +00:00
parent 8883c101fa
commit 3ff6b7b1c4
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 },
},
}