refactor(nvim): simplify fold config and remove statuscol

Switch to manual folding, remove treesitter foldexpr and statuscol.nvim dependency, simplify snacks statuscolumn config.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-03-04 21:35:08 +08:00
parent 4fa2fd1fc1
commit f9808c01a0
3 changed files with 5 additions and 29 deletions

View File

@@ -31,13 +31,7 @@ return {
-- Enhanced statuscolumn
statuscolumn = {
enabled = true,
left = { "mark", "sign" },
right = { "fold", "git" },
folds = {
open = true,
git_hl = false,
},
enabled = false,
},
-- Word highlighting and jumping