Compare commits

..

No commits in common. "f8f905243d1a24e28ef0ed4cf587056162474b35" and "57f0b129d80e8446b9081da3d765bca78dbcf696" have entirely different histories.

3 changed files with 0 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1023 KiB

View File

@ -138,8 +138,3 @@ require'nvim-treesitter.configs'.setup {
},
}
EOF
" Code folding
set foldmethod=expr
set foldexpr=nvim_treesitter#foldexpr()
autocmd BufEnter * normal zR