nvim: add cmp cmdline and firenvim settings

This commit is contained in:
Marko Korhonen 2023-01-09 09:10:16 +02:00
parent 924c957472
commit 7c8aba1a06
3 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,7 @@
vim.g.firenvim_config = {
localSettings = {
[".*"] = {
takeOver = "never",
},
},
}