diff options
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/polyglot.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/polyglot.vim b/plugin/polyglot.vim index 3148cff7..7cfa1069 100644 --- a/plugin/polyglot.vim +++ b/plugin/polyglot.vim @@ -1,3 +1,3 @@ if !exists("did_load_polyglot") - runtime! ftdetect/polyglot.vim + filetype plugin indent on endif |