LunarVim/ftplugin/javascriptreact.vim
Eliaz Bobadilla b12cd861c1
Use setlocal insted of set (#404)
* setlocal insted of set for css

Check `:h setl`

* setlocal insted of set for html

* setlocal insted of set for js

* setlocal insted of set for jsreact

* setlocal insted of set for yaml
2021-05-18 00:06:40 -04:00

3 lines
61 B
VimL

setl commentstring={/*%s*/}
setl ts=2
setl sw=2