diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2018-07-19 13:57:10 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2018-07-19 13:57:10 +0200 |
commit | b4d303c92c47c3694489e124ee27a412bafdfcc8 (patch) | |
tree | 444e4bb1548ec1a00c5fc84ac240a411c47fdda2 /nvim | |
parent | aea9be4b70a681df4c5f4c0837fbfec3a4a135cd (diff) | |
download | dotfiles-b4d303c92c47c3694489e124ee27a412bafdfcc8.tar.xz |
nvim: Remove yaml indentation conf
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'nvim')
-rw-r--r-- | nvim/init.vim | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/nvim/init.vim b/nvim/init.vim index 6376698..0e2093b 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -137,17 +137,6 @@ autocmd InsertLeave * match ExtraWhitespace /\s\+$/ autocmd BufWinLeave * call clearmatches() - -""" -" Indentation -" - -augroup indentation - autocmd! - autocmd FileType yaml setlocal ts=2 sts=2 sw=2 noet -augroup END - - " Horrible hack to work-around weird corrupted lines on window resize " https://github.com/neovim/neovim/issues/7861 autocmd VimResized * redraw! |