Added salt-vim plugin and method for adding submodules for plugins
This commit is contained in:
parent
3452020847
commit
a72cef9fd2
3 changed files with 6 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
call pathogen#infect('~/.dotfiles/vim_plugins/{}')
|
||||
|
||||
" Enable mouse support
|
||||
set mouse=a
|
||||
|
||||
|
|
1
vim_plugins/salt-vim
Submodule
1
vim_plugins/salt-vim
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 6ca9e3500cc39dd417b411435d58a1b720b331cc
|
Loading…
Reference in a new issue