diff options
| author | Thomas Vigouroux <tomvig38@gmail.com> | 2020-08-28 16:17:20 +0200 |
|---|---|---|
| committer | Thomas Vigouroux <tomvig38@gmail.com> | 2020-09-01 21:51:17 +0200 |
| commit | 545e5c479a06724fa0f32848886069e04576d9bd (patch) | |
| tree | 20c7dc6a4631f08675333ac234c403cd132b4abb /lua | |
| parent | use xmap in detach (diff) | |
| download | nvim-treesitter-545e5c479a06724fa0f32848886069e04576d9bd.tar nvim-treesitter-545e5c479a06724fa0f32848886069e04576d9bd.tar.gz nvim-treesitter-545e5c479a06724fa0f32848886069e04576d9bd.tar.bz2 nvim-treesitter-545e5c479a06724fa0f32848886069e04576d9bd.tar.lz nvim-treesitter-545e5c479a06724fa0f32848886069e04576d9bd.tar.xz nvim-treesitter-545e5c479a06724fa0f32848886069e04576d9bd.tar.zst nvim-treesitter-545e5c479a06724fa0f32848886069e04576d9bd.zip | |
fix(fold): revamp fold
fix(fold): typo
fix(fold): remove debug and add queries
fix(fold): fallback to local scopes for folds
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/fold.lua | 58 |
1 files changed, 45 insertions, 13 deletions
diff --git a/lua/nvim-treesitter/fold.lua b/lua/nvim-treesitter/fold.lua index 401f52606..46320b14a 100644 --- a/lua/nvim-treesitter/fold.lua +++ b/lua/nvim-treesitter/fold.lua @@ -1,28 +1,60 @@ |
