diff vim/vimfiles/after/ftplugin/groovy.vim @ 25:732ed3539b7a

Workiva Vim updates. Local settings for Dart and Groovy. .vimrc tweaks for recent work and plugins. Moved readme for bundle up a level so we can .hgignore the entire directory. Update readme for bundle directory for plugins I started using.
author Brian Neal <bgneal@gmail.com>
date Fri, 31 Jul 2015 15:39:23 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/vim/vimfiles/after/ftplugin/groovy.vim	Fri Jul 31 15:39:23 2015 -0500
@@ -0,0 +1,4 @@
+setlocal tabstop=3
+setlocal softtabstop=3
+setlocal shiftwidth=3
+setlocal noexpandtab