vimrc/ftplugin/javascript.vim
Thomas Gideon 922ff312bc Hack to set list again after something sets nolist
The main vimrc sets list but opening a buffer with filetype javascript (and
maybe others) is nolist. Maybe the syntax support is overriding??
2015-10-13 23:00:13 -04:00

4 lines
55 B
VimL

setlocal fdm=indent
setlocal smartindent
setlocal list