Do not set indent on by default

https://github.com/tpope/vim-sleuth/issues/21
This commit is contained in:
Adam Stankiewicz
2020-09-04 19:21:08 +02:00
parent 48b4f233c5
commit 99166bd51f

View File

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