Remove filetype.vim
This commit is contained in:
parent
0865ffbe82
commit
c79bddf68e
10
filetype.vim
10
filetype.vim
@ -1,10 +0,0 @@
|
|||||||
if exists("did_load_filetypes")
|
|
||||||
finish
|
|
||||||
endif
|
|
||||||
|
|
||||||
augroup filetypedetect
|
|
||||||
" Override filetypes for certain files
|
|
||||||
autocmd! BufNewFile,BufRead *.frag setfiletype glsl
|
|
||||||
autocmd! BufNewFile,BufRead *.vert setfiletype glsl
|
|
||||||
autocmd! BufNewFile,BufRead *.glsl setfiletype glsl
|
|
||||||
augroup END
|
|
Loading…
x
Reference in New Issue
Block a user