From d2d35477dc5d60c3df28068971996f235fc1deaf Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Mon, 28 Jul 2025 09:05:33 -0500 Subject: [PATCH] Nvim: fix firenvim --- home/.config/nvim/lua/plugins/firenvim.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/.config/nvim/lua/plugins/firenvim.lua b/home/.config/nvim/lua/plugins/firenvim.lua index dba55753..0d17fc38 100644 --- a/home/.config/nvim/lua/plugins/firenvim.lua +++ b/home/.config/nvim/lua/plugins/firenvim.lua @@ -9,7 +9,8 @@ return { vim.g.firenvim_config = { localSettings = { [".*"] = { - takeOver = "never", + takeover = "once", + cmdline = "neovim", }, }, }