nvim: add cmp cmdline and firenvim settings

This commit is contained in:
Marko Korhonen 2023-01-09 09:10:16 +02:00
parent ce45ae465c
commit a5e0572f18
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
3 changed files with 33 additions and 0 deletions

View file

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