Nvim: minor tweaks for multiple plugins, better folds

This commit is contained in:
Robert Kmieć
2024-05-23 12:27:59 +02:00
parent 27eda40ccb
commit 14cf97683d
8 changed files with 67 additions and 46 deletions

View File

@@ -65,7 +65,7 @@ return {
"yaml",
},
indent = {
enable = true,
enable = false,
},
incremental_selection = {
enable = true,
@@ -84,5 +84,6 @@ return {
}
vim.opt.foldmethod = "expr"
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
vim.opt.foldlevelstart = 99
end
}