WIP: Switch to NixOS #5
1 changed files with 0 additions and 5 deletions
|
@ -12,8 +12,3 @@ require'nvim-treesitter.configs'.setup {
|
|||
|
||||
vim.wo.foldmethod = 'expr'
|
||||
vim.wo.foldexpr = 'nvim_treesitter#foldexpr()'
|
||||
vim.wo.foldtext =
|
||||
[[substitute(getline(v:foldstart), '\\t' repeat('\ ',&tabstop),'g').'...'.trim(v:foldend)]]
|
||||
vim.wo.fillchars = 'fold:\\'
|
||||
vim.wo.foldnestmax = 3
|
||||
vim.wo.foldminlines = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue