Compare commits

..

2 Commits

Author SHA1 Message Date
mandlm f09c1b0fb6
docs: protocol lenovo yoga 500 setup 2022-08-23 07:38:23 +02:00
mandlm 17c0ff1986
feat(neovim): use treesitter for folding 2022-08-23 07:38:23 +02:00
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ vim.opt.completeopt = "menu,menuone,noselect"
-- folding
vim.opt.foldmethod = "expr"
vim.opt.foldexpr = 'nvim_treesitter#foldexpr()'
vim.opt.foldlevelstart = 99
-- set cursorline in active window
vim.cmd([[