From 9210a2bb594298fb32600e360e6a6cd50f33ac33 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 28 Feb 2018 08:40:49 -0800 Subject: [vim] Remove vim, I really can't get to switch. --- vim/ftplugin/gitcommit.vim | 2 -- vim/ftplugin/go.vim | 21 --------------------- vim/ftplugin/markdown.vim | 2 -- 3 files changed, 25 deletions(-) delete mode 100644 vim/ftplugin/gitcommit.vim delete mode 100644 vim/ftplugin/go.vim delete mode 100644 vim/ftplugin/markdown.vim (limited to 'vim/ftplugin') diff --git a/vim/ftplugin/gitcommit.vim b/vim/ftplugin/gitcommit.vim deleted file mode 100644 index 30d26b2..0000000 --- a/vim/ftplugin/gitcommit.vim +++ /dev/null @@ -1,2 +0,0 @@ -au FileType gitcommit setlocal spell -au FileType gitcommit setlocal textwidth=80 diff --git a/vim/ftplugin/go.vim b/vim/ftplugin/go.vim deleted file mode 100644 index e3c5765..0000000 --- a/vim/ftplugin/go.vim +++ /dev/null @@ -1,21 +0,0 @@ -" Run goimports when running gofmt -let g:go_fmt_command = "goimports" - -" Show the progress when running :GoCoverage -let g:go_echo_command_info = 1 - -" Show type information -let g:go_auto_type_info = 1 - -" Highlight variable uses -let g:go_auto_sameids = 1 - -" Add the failing test name to the output of :GoTest -let g:go_test_show_name = 1 - -" gometalinter configuration -let g:go_metalinter_command = "" -let g:go_metalinter_deadline = "5s" - -" Set whether the JSON tags should be snakecase or camelcase. -let g:go_addtags_transform = "snakecase" diff --git a/vim/ftplugin/markdown.vim b/vim/ftplugin/markdown.vim deleted file mode 100644 index c0d6d93..0000000 --- a/vim/ftplugin/markdown.vim +++ /dev/null @@ -1,2 +0,0 @@ -au FileType markdown setlocal spell -au FileType markdown set syntax=markdown -- cgit 1.4.1