1
0
mirror of https://github.com/xlogerais/config-vim synced 2024-09-19 22:29:58 +02:00
config-vim/after/ftplugin/puppet/prefs.vim
Xavier Logerais (Numericable - Ingénierie Système) b46ca50536 Use correctly the after directory
2015-03-06 15:47:40 +01:00

24 lines
386 B
VimL

" ----- [ Preferences for puppet ] -----
" show cursor
setlocal cursorline cursorcolumn
hi CursorLine term=none cterm=none
" show line numbers
setlocal number numberwidth=4
" show matching parentheses
setlocal showmatch
" indent
setlocal autoindent cindent smartindent
" tabs
setlocal tabstop=2
setlocal shiftwidth=2
" use space instead of tabs
setlocal expandtab
"set highlight