mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
Make sure custom scripts.vim are respected as well
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
if !exists("did_load_polyglot")
|
||||
" Turn on filetype plugins (:help filetype-plugin).
|
||||
if has('autocmd') && !(exists("did_load_filetypes") && exists("did_indent_on"))
|
||||
filetype plugin indent on
|
||||
endif
|
||||
|
||||
" Enable syntax highlighting.
|
||||
if has('syntax') && !exists('g:syntax_on')
|
||||
syntax enable
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user