diff options
author | Juan J. Martinez <jjm@usebox.net> | 2019-12-12 08:20:16 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:29 +0100 |
commit | bf821be97a2f034058b372f2aa5c0ee8692a820a (patch) | |
tree | 84489b816792a788ad3927e692adce0c53bb9744 | |
parent | 85d054970748aa836c5a7560e5d4fcfb7119acfe (diff) | |
download | dotnvim-bf821be97a2f034058b372f2aa5c0ee8692a820a.tar.gz dotnvim-bf821be97a2f034058b372f2aa5c0ee8692a820a.zip |
Added vim-lsc plugin
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | bundle/vim-lsc | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 8e7eb9b..ec35967 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule "bundle/gruvbox-community"] path = bundle/gruvbox-community url = https://github.com/gruvbox-community/gruvbox.git +[submodule "bundle/vim-lsc"] + path = bundle/vim-lsc + url = https://github.com/natebosch/vim-lsc.git diff --git a/bundle/vim-lsc b/bundle/vim-lsc new file mode 160000 +Subproject 7fa6a2db67d27782fedab751129249ab20ab110 |