changed fold method to expression for code based auto folding

This commit is contained in:
venus
2026-08-14 03:52:18 -05:00
parent f55b90e55b
commit 999891e3a2
2 changed files with 1 additions and 79 deletions

View File

@@ -17,7 +17,7 @@ vim.opt.spellcapcheck = ""
vim.o.number = true -- Make line numbers default
vim.o.relativenumber = true
vim.o.showmode = false
vim.o.foldmethod = "indent"
vim.o.foldmethod = "expr"
-- Sync clipboard between OS and Neovim.
-- Schedule the setting after `UiEnter` because it can increase startup-time.
-- Remove this option if you want your OS clipboard to remain independent.