modify smart splits behavior

This commit is contained in:
Michi Floßmann 2024-11-14 21:40:57 +01:00
parent 7b3b6e3ed6
commit 9b4035fea7

View file

@ -7,6 +7,7 @@ _:
settings = { settings = {
ignored_filetypes = [ "nofile" "quickfix" "qf" "prompt" ]; ignored_filetypes = [ "nofile" "quickfix" "qf" "prompt" ];
ignored_buftypes = [ "nofile" ]; ignored_buftypes = [ "nofile" ];
at_edge = "wrap";
}; };
}; };