fix(nvim): migrate to new API property of smart-splits

This commit is contained in:
Stefan Imhoff
2023-04-21 12:13:15 +02:00
parent 3e2adeab65
commit c0ee0cf122

View File

@@ -13,7 +13,7 @@ return {
},
ignored_buftypes = { "NvimTree" },
default_amount = 3,
wrap_at_edge = true,
at_edge = "wrap",
move_cursor_same_row = false,
resize_mode = {
quit_key = "<ESC>",