Implemented folding and some improvements. Moved functions to the utils module

This commit is contained in:
2025-08-29 17:38:23 +02:00
parent d29b2e1012
commit ec9b84ac35
10 changed files with 70 additions and 36 deletions

View File

@@ -10,6 +10,7 @@ return {
ensure_installed = { "typst", "go", "bash", "python", "nix", "lua" },
highlight = { enable = true },
indent = { enable = true },
fold = { enable = true },
})
end
},