1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

remove setting for JSON file

This commit is contained in:
jdhao 2024-08-19 22:36:26 +02:00
parent c3d8dc3e1d
commit 95d3b2f2d8

View File

@ -1,6 +0,0 @@
" let the initial folding state be that all folds are closed.
set foldlevel=0
" Use nvim-treesitter for folding
set foldmethod=expr
set foldexpr=nvim_treesitter#foldexpr()