fix detecting language

This commit is contained in:
Dmitriy Pleshevskiy 2023-01-05 18:24:44 +03:00
parent 4790b9e302
commit 71512283ec
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
1 changed files with 2 additions and 2 deletions

View File

@ -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