nix/prog/nvim: remove foldopen and foldclose

This commit is contained in:
Dmitriy Pleshevskiy 2022-08-04 10:57:25 +03:00
parent 4f3d518add
commit 0ef1c1e9d7
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -79,9 +79,6 @@ aug spell_check
aug END aug END
" Set up folding " Set up folding
set foldopen=all
set foldclose=all
aug folding aug folding
au! au!
au BufNewFile,BufRead *.js,*.jsx syntax on | setlocal foldmethod=syntax au BufNewFile,BufRead *.js,*.jsx syntax on | setlocal foldmethod=syntax