mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-12 13:33:49 -05:00
4 lines
66 B
VimL
4 lines
66 B
VimL
if !exists("did_load_polyglot")
|
|
filetype plugin indent on
|
|
endif
|