- commit
- e184326
- parent
- 035a172
- author
- Eric bower
- date
- 2025-10-06 10:33:24 -0400 EDT
refactor(nvim): remove fold settings
1 files changed,
+0,
-2
+0,
-2
1@@ -33,8 +33,6 @@ o.ignorecase = true
2 o.smartcase = true
3 o.swapfile = false
4 o.foldmethod = "indent"
5-o.foldlevel = 99
6-o.foldnestmax = 1
7 o.grepprg = "rg --vimgrep --smart-case --hidden"
8 o.grepformat = "%f:%l:%c:%m"
9 vim.g.mapleader = ","