mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 04:23:51 -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
|
setglobal smarttab
|
||||||
|
|
||||||
if !exists('g:did_indent_on')
|
|
||||||
filetype indent on
|
|
||||||
endif
|
|
||||||
|
|
||||||
augroup polyglot
|
augroup polyglot
|
||||||
autocmd!
|
autocmd!
|
||||||
autocmd FileType * call s:detect_indent()
|
autocmd FileType * call s:detect_indent()
|
||||||
|
|||||||
Reference in New Issue
Block a user