mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
4 lines
71 B
VimL
4 lines
71 B
VimL
if !exists("did_load_polyglot")
|
|
runtime! ftdetect/polyglot.vim
|
|
endif
|