Manage folds

This commit is contained in:
2023-12-24 19:17:20 +01:00
parent ef8f52e152
commit d377f3432a
2 changed files with 8 additions and 0 deletions

View File

@ -49,6 +49,8 @@ for _,o in ipairs(set_true) do
vim.o[o] = true
end
-- folds
vim.g.ip_skipfold=true
-- window management
vim.o.tw = 80