nvim/ftplugin/javascript.vim

8 lines
113 B
VimL
Raw Normal View History

2021-07-09 13:08:48 +00:00
" also see after/ftplugin/javascript.vim
2020-03-19 15:47:31 +00:00
set iskeyword+=$
2020-04-06 09:21:29 +00:00
set tabstop=2
set shiftwidth=2
2021-07-09 13:08:48 +00:00
set foldmethod=syntax