diff options
-rw-r--r-- | plugin/polyglot.vim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugin/polyglot.vim b/plugin/polyglot.vim index bb31dc07..fad7609b 100644 --- a/plugin/polyglot.vim +++ b/plugin/polyglot.vim @@ -157,10 +157,6 @@ endfunction setglobal smarttab -if !exists('g:did_indent_on') - filetype indent on -endif - augroup polyglot autocmd! autocmd FileType * call s:detect_indent() |