minor updates; show constants in aerial

This commit is contained in:
2025-12-03 23:33:07 +08:00
parent 12c58d90fb
commit 9b4772487b
3 changed files with 22 additions and 6 deletions

View File

@@ -42,7 +42,8 @@ vim.g.netrw_browse_split = 0
-- vim.opt.clipboard = "unnamedplus"
vim.opt.compatible = false
vim.opt.autowrite = true
vim.opt.foldmethod = "syntax"
vim.opt.foldmethod = "indent"
vim.opt.foldlevelstart = 99
-- auto cd to the current file's location
vim.cmd('autocmd BufEnter * silent! lcd %:p:h')
-- highlighting for other langs in markdown docs