From b10b62ae6d8721b197a074f73c30351aea35c29b Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Mon, 30 Jun 2014 21:17:52 -0700 Subject: [PATCH] Twiddle indentation settings We just want autoindent, no need for smartindent/etc that may be set by the user's vimrc. --- ftplugin/snippets.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/ftplugin/snippets.vim b/ftplugin/snippets.vim index 134fe01..69e1abf 100644 --- a/ftplugin/snippets.vim +++ b/ftplugin/snippets.vim @@ -7,6 +7,7 @@ setlocal foldlevel=99 setlocal commentstring=#%s setlocal noexpandtab +setlocal autoindent nosmartindent nocindent " Define match words for use with matchit plugin " http://www.vim.org/scripts/script.php?script_id=39