fix detecting language
This commit is contained in:
parent
4790b9e302
commit
71512283ec
1 changed files with 2 additions and 2 deletions
|
@ -14,5 +14,5 @@ set autoindent
|
|||
set laststatus=2
|
||||
set statusline=%<%f\ %m%r%y\ %LL\ %=\ 0x%-4.B\ %-16.(%lL,%cC%V,%oB%)\ %P
|
||||
|
||||
" Detect d2 without d2-vim
|
||||
au BufNewFile,BufRead *.d2 setfiletype d2
|
||||
" Detect psql
|
||||
au BufNewFile,BufRead *.psql setfiletype psql
|
||||
|
|
Loading…
Reference in a new issue