add lazyvim as a submodule
Signed-off-by: cswimr <seaswimmerthefsh@gmail.com>
This commit is contained in:
parent
1384882017
commit
c073951904
2 changed files with 4 additions and 0 deletions
1
.config/nvim
Submodule
1
.config/nvim
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit cb6349c8ae922d1c5745574f4d17b44f2731d451
|
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -16,3 +16,6 @@
|
||||||
[submodule "zsh-better-npm-completion"]
|
[submodule "zsh-better-npm-completion"]
|
||||||
path = .zshc/plugins/zsh-better-npm-completion
|
path = .zshc/plugins/zsh-better-npm-completion
|
||||||
url = https://github.com/lukechilds/zsh-better-npm-completion.git
|
url = https://github.com/lukechilds/zsh-better-npm-completion.git
|
||||||
|
[submodule "lazyvim"]
|
||||||
|
path = .config/nvim
|
||||||
|
url = https://github.com/LazyVim/starter.git
|
||||||
|
|
Reference in a new issue