diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-04 19:21:08 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-04 19:21:08 +0200 |
commit | 99166bd51f2f4f304f03ba762ab4067b00d55bbe (patch) | |
tree | f25020deb357db33ae881cb40a37714023abeab2 | |
parent | 48b4f233c57f1439e8c2381fb91d36641ea146eb (diff) | |
download | vim-polyglot-99166bd51f2f4f304f03ba762ab4067b00d55bbe.tar.gz vim-polyglot-99166bd51f2f4f304f03ba762ab4067b00d55bbe.zip |
Do not set indent on by default
https://github.com/tpope/vim-sleuth/issues/21
-rw-r--r-- | plugin/polyglot.vim | 4 |
1 files changed, 0 insertions, 4 deletions
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() |