mirror of
https://github.com/Ascyii/nvim.git
synced 2026-01-01 04:04:24 -05:00
Implemented folding and some improvements. Moved functions to the utils module
This commit is contained in:
@@ -10,6 +10,7 @@ return {
|
||||
ensure_installed = { "typst", "go", "bash", "python", "nix", "lua" },
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true },
|
||||
fold = { enable = true },
|
||||
})
|
||||
end
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user