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()