mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
Do not set indent on by default
https://github.com/tpope/vim-sleuth/issues/21
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user