Skip to content

Commit b12cf24

Browse files
committed
Vim plugins
1 parent e44e2bd commit b12cf24

File tree

5 files changed

+11
-0
lines changed

5 files changed

+11
-0
lines changed

.gitmodules

+7
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,10 @@
7171
path = 3dprinting/ADVi3pp
7272
url = https://github.com/andrivet/ADVi3pp.git
7373
branch = advi3++
74+
[submodule "misc/vim/pack/plugins/all/copilot.vim"]
75+
path = misc/vim/pack/plugins/all/copilot.vim
76+
url = https://github.com/github/copilot.vim
77+
branch = release
78+
[submodule "misc/vim/pack/plugins/all/vim-go"]
79+
path = misc/vim/pack/plugins/all/vim-go
80+
url = https://github.com/fatih/vim-go

misc/vim/pack/plugins/all/copilot.vim

Submodule copilot.vim added at 0668308

misc/vim/pack/plugins/all/vim-go

Submodule vim-go added at a64d097
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../all/copilot.vim

misc/vim/pack/plugins/start/vim-go

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../all/vim-go

0 commit comments

Comments
 (0)