commandline
922ff312bc
The main vimrc sets list but opening a buffer with filetype javascript (and maybe others) is nolist. Maybe the syntax support is overriding??
3 lines
55 B
VimL
3 lines
55 B
VimL
setlocal fdm=indent
|
|
setlocal smartindent
|
|
setlocal list
|