From a72cef9fd2da6ff179811dc5aea1b8ad7acc3a98 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 28 May 2018 04:21:05 -0400 Subject: [PATCH] Added salt-vim plugin and method for adding submodules for plugins --- .gitmodules | 3 +++ my_configs.vim | 2 ++ vim_plugins/salt-vim | 1 + 3 files changed, 6 insertions(+) create mode 160000 vim_plugins/salt-vim diff --git a/.gitmodules b/.gitmodules index 132a13e..445bca6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "dotbot"] path = dotbot url = https://github.com/anishathalye/dotbot +[submodule "vim_plugins/salt-vim"] + path = vim_plugins/salt-vim + url = https://github.com/saltstack/salt-vim.git diff --git a/my_configs.vim b/my_configs.vim index 212c4cf..49790be 100644 --- a/my_configs.vim +++ b/my_configs.vim @@ -1,3 +1,5 @@ +call pathogen#infect('~/.dotfiles/vim_plugins/{}') + " Enable mouse support set mouse=a diff --git a/vim_plugins/salt-vim b/vim_plugins/salt-vim new file mode 160000 index 0000000..6ca9e35 --- /dev/null +++ b/vim_plugins/salt-vim @@ -0,0 +1 @@ +Subproject commit 6ca9e3500cc39dd417b411435d58a1b720b331cc