Nvim: fix firenvim

This commit is contained in:
Marko Korhonen 2025-07-28 09:05:33 -05:00
parent f1e6cedac8
commit d2d35477dc
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -9,7 +9,8 @@ return {
vim.g.firenvim_config = {
localSettings = {
[".*"] = {
takeOver = "never",
takeover = "once",
cmdline = "neovim",
},
},
}