From 99166bd51f2f4f304f03ba762ab4067b00d55bbe Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 4 Sep 2020 19:21:08 +0200 Subject: Do not set indent on by default https://github.com/tpope/vim-sleuth/issues/21 --- plugin/polyglot.vim | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugin') 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() -- cgit v1.2.3