mirror of
https://github.com/xlogerais/config-vim
synced 2025-06-13 10:46:56 +02:00
Modified ftplugin directory structure
This commit is contained in:
parent
5d831bbb7b
commit
b4811daa9d
22
ftplugin/php/prefs.vim
Normal file
22
ftplugin/php/prefs.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
|
Reference in New Issue
Block a user