nvim: add cmp cmdline and firenvim settings
This commit is contained in:
parent
ce45ae465c
commit
a5e0572f18
3 changed files with 33 additions and 0 deletions
7
home/.config/nvim/lua/plugins/firenvim.lua
Normal file
7
home/.config/nvim/lua/plugins/firenvim.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
vim.g.firenvim_config = {
|
||||
localSettings = {
|
||||
[".*"] = {
|
||||
takeOver = "never",
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue