dont toggle padding by default

This commit is contained in:
2025-12-12 19:59:24 +01:00
parent fe27365ea2
commit 0822ca59ba
-2
View File
@@ -313,8 +313,6 @@ do
end
vim.keymap.set('n', ',z', toggle_padding)
toggle_padding()
end
-- LAZY.NVIM BOOTSTRAP {{{1