update js foldmethod

This commit is contained in:
Ray Elliott 2021-07-09 14:08:48 +01:00
parent 37e0de1fde
commit 8f12e34f1c
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
" note this are also set in ../ftplugin/javascript.vim
" NOTE also see ../ftplugin/javascript.vim
set shiftwidth=2
" https://gist.github.com/romainl/1f50c55b0ee92e5420de51e6c4b38491

View File

@ -1,5 +1,7 @@
" also see after/ftplugin/javascript.vim
set iskeyword+=$
set tabstop=2
" note this are also set in after/ftplugin/javascript.vim
set shiftwidth=2
set foldmethod=syntax