mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-18 21:27:42 +00:00
8 lines
92 B
Lua
8 lines
92 B
Lua
vim.g.firenvim_config = {
|
|
localSettings = {
|
|
[".*"] = {
|
|
takeOver = "never",
|
|
},
|
|
},
|
|
}
|