diff --git a/plugins/smart-splits.nix b/plugins/smart-splits.nix index 5396cd8..a555ba5 100644 --- a/plugins/smart-splits.nix +++ b/plugins/smart-splits.nix @@ -7,6 +7,7 @@ _: settings = { ignored_filetypes = [ "nofile" "quickfix" "qf" "prompt" ]; ignored_buftypes = [ "nofile" ]; + at_edge = "wrap"; }; };