mirror of
https://github.com/xlogerais/config-vim
synced 2024-11-10 00:21:41 +01:00
Added some ftplugins
This commit is contained in:
parent
7c5d182278
commit
b40a574e92
22
ftplugin/lua.vim
Normal file
22
ftplugin/lua.vim
Normal file
@ -0,0 +1,22 @@
|
||||
" ----- [ Preferences for lua ] -----
|
||||
|
||||
" show cursor
|
||||
setlocal cursorline cursorcolumn
|
||||
|
||||
" 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
|
22
ftplugin/php.vim
Normal file
22
ftplugin/php.vim
Normal file
@ -0,0 +1,22 @@
|
||||
" ----- [ Preferences for php ] -----
|
||||
|
||||
" show cursor
|
||||
setlocal cursorline cursorcolumn
|
||||
|
||||
" show line numbers
|
||||
setlocal number numberwidth=4
|
||||
|
||||
" show matching parentheses
|
||||
setlocal showmatch
|
||||
|
||||
" indent
|
||||
setlocal autoindent cindent smartindent
|
||||
|
||||
" tabs
|
||||
setlocal tabstop=4
|
||||
setlocal shiftwidth=4
|
||||
|
||||
" use space instead of tabs
|
||||
setlocal expandtab
|
||||
|
||||
"set highlight
|
22
ftplugin/puppet.vim
Normal file
22
ftplugin/puppet.vim
Normal file
@ -0,0 +1,22 @@
|
||||
" ----- [ Preferences for puppet ] -----
|
||||
|
||||
" show cursor
|
||||
setlocal cursorline cursorcolumn
|
||||
|
||||
" 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
|
22
ftplugin/ruby.vim
Normal file
22
ftplugin/ruby.vim
Normal file
@ -0,0 +1,22 @@
|
||||
" ----- [ Preferences for ruby ] -----
|
||||
|
||||
" show cursor
|
||||
setlocal cursorline cursorcolumn
|
||||
|
||||
" 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
|
Loading…
Reference in New Issue
Block a user