Skip to content

Commit

Permalink
refactor(nvim): temporary remove folding expr
Browse files Browse the repository at this point in the history
  • Loading branch information
spywhere committed Nov 20, 2023
1 parent 7606306 commit 7445e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/nvim/lua/plugin/syntax-highlight/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ registry.install {
}
}

bindings.set('foldmethod', 'expr')
bindings.set('foldexpr', 'nvim_treesitter#foldexpr()')
-- bindings.set('foldmethod', 'expr')
-- bindings.set('foldexpr', 'nvim_treesitter#foldexpr()')
end
}

0 comments on commit 7445e82

Please sign in to comment.