feat(nvim): add folds based on indent
This commit is contained in:
parent
03225e62ab
commit
7c897dbfc2
1 changed files with 3 additions and 0 deletions
|
@ -38,3 +38,6 @@ vim.g.mapleader = ","
|
||||||
vim.opt.splitright = true
|
vim.opt.splitright = true
|
||||||
|
|
||||||
vim.opt.completeopt = "menu,menuone,preview,noinsert,noselect"
|
vim.opt.completeopt = "menu,menuone,preview,noinsert,noselect"
|
||||||
|
|
||||||
|
vim.opt.foldmethod = "indent"
|
||||||
|
vim.opt.foldlevelstart = 99
|
||||||
|
|
Loading…
Add table
Reference in a new issue