From 1e910e679a1dc48b1c4d655128d2c2b0ddcc7ccb Mon Sep 17 00:00:00 2001 From: Mitchell Simon Date: Tue, 3 Sep 2019 12:22:11 -0400 Subject: [PATCH] Add OmniSharp-Vim plugin --- .gitmodules | 3 +++ .vim/bundle/omnisharp-vim | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/omnisharp-vim diff --git a/.gitmodules b/.gitmodules index dfafe91..1b3feca 100644 --- a/.gitmodules +++ b/.gitmodules @@ -55,3 +55,6 @@ [submodule ".vim/bundle/vim-toml"] path = .vim/bundle/vim-toml url = https://github.com/cespare/vim-toml.git +[submodule ".vim/bundle/omnisharp-vim"] + path = .vim/bundle/omnisharp-vim + url = https://github.com/OmniSharp/omnisharp-vim.git diff --git a/.vim/bundle/omnisharp-vim b/.vim/bundle/omnisharp-vim new file mode 160000 index 0000000..763f4f2 --- /dev/null +++ b/.vim/bundle/omnisharp-vim @@ -0,0 +1 @@ +Subproject commit 763f4f29294ff7c781eb995a51dd7f061a9b775b