chore: replaced nvim-cmp with nvim-coq because cmp wasnt adding brackets to functions
This commit is contained in:
6
.config/nvim/lua/plugins/coq.lua
Normal file
6
.config/nvim/lua/plugins/coq.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
vim.g.coq_settings = {
|
||||
auto_start = 'shut-up',
|
||||
clients = {
|
||||
tmux = { enabled = false },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user