nix/prog/nvim: remove foldopen and foldclose
This commit is contained in:
parent
4f3d518add
commit
0ef1c1e9d7
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue