Skip to content

Commit 0b75741

Browse files
authored
Update vimrc
1 parent b6cece3 commit 0b75741

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vimrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ autocmd BufWinEnter *.sls set filetype=yaml
1919
autocmd BufWinEnter *.tp set filetype=html
2020
autocmd BufWinEnter *.volt set filetype=html
2121
autocmd GUIEnter * silent !wmctrl -r :ACTIVE: -b add,maximized_vert,maximized_horz
22+
autocmd FileType php setlocal commentstring=//\ %s
2223
call system('bash ~/.vim/lua.template > /tmp/lua.template')
2324
call system('bash ~/.vim/php.template > /tmp/php.template')
2425
call system('mkdir -p ~/.vimtmp/undodir ~/.vimtmp/backupdir ~/.vimtmp/directory')

0 commit comments

Comments
 (0)