foodotfiles/home/.config/nvim/lua/plugins/firenvim.lua
2023-01-09 09:10:16 +02:00

8 lines
92 B
Lua

vim.g.firenvim_config = {
localSettings = {
[".*"] = {
takeOver = "never",
},
},
}