You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- snacks does NOT have a full yaml parser, so if you need `"test"` to appear with the quotes
35
66
-- you need to double quote it: `"\"test\""`
36
67
config= {
37
-
os= { editPreset="nvim-remote" },
68
+
os= {
69
+
-- This prevents nvim from opening over itself and requiring closing twice in scenarios where nvim command launches something other than the current neovim program
0 commit comments