mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
workaround bad ftdetect
This commit is contained in:
parent
6af605a8e0
commit
f3579895df
1 changed files with 2 additions and 1 deletions
3
vimrc
3
vimrc
|
|
@ -72,7 +72,8 @@ if has('syntax') && (&t_Co > 2)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
"enable filetype detection
|
"enable filetype detection
|
||||||
"filetype on
|
filetype off "workaround for correct ftdetect handling
|
||||||
|
filetype on
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
filetype indent on
|
filetype indent on
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue