From 0ec73d6242582783ae1a9d457dfe04a5bc852199 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 30 Oct 2017 11:48:42 +1300 Subject: Move vim/after/ftplugin files into vim/ftplugin None of the settings in here need to be run after the core configuration files are loaded, so I'll put them in a slightly more accessible or logical place. This adds a new target `install-vim-ftplugin`, and makes that a prerequisite of the `install-vim` target. --- vim/after/ftplugin/vim.vim | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 vim/after/ftplugin/vim.vim (limited to 'vim/after/ftplugin/vim.vim') diff --git a/vim/after/ftplugin/vim.vim b/vim/after/ftplugin/vim.vim deleted file mode 100644 index b958fe54..00000000 --- a/vim/after/ftplugin/vim.vim +++ /dev/null @@ -1,4 +0,0 @@ -" Observe VimL conventions for two-space indents -setlocal shiftwidth=2 -setlocal softtabstop=2 -setlocal tabstop=2 -- cgit v1.2.3