mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2026-06-14 23:18:06 +00:00
8 lines
247 B
VimL
8 lines
247 B
VimL
if exists("b:did_ftplugin")
|
|
finish
|
|
endif
|
|
let b:did_ftplugin = 1
|
|
|
|
" Taken from $VIMRUNTIME/ftplugin/javascript.vim
|
|
exe dotfiles#ft#setlocal('comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,://')
|
|
exe dotfiles#ft#setlocal('commentstring=//\ %s')
|