add nvim as submodule
This commit is contained in:
parent
ad1c3ff4b8
commit
5bddb5e027
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 6212cc611f4d54f64dbca18838e4aeaa60f39f71
|
|
@ -1,3 +1,6 @@
|
||||||
[submodule ".config/zsh/plugins/fast-syntax-highlighting"]
|
[submodule ".config/zsh/plugins/fast-syntax-highlighting"]
|
||||||
path = .config/zsh/plugins/fast-syntax-highlighting
|
path = .config/zsh/plugins/fast-syntax-highlighting
|
||||||
url = https://github.com/zdharma-continuum/fast-syntax-highlighting
|
url = https://github.com/zdharma-continuum/fast-syntax-highlighting
|
||||||
|
[submodule ".config/nvim"]
|
||||||
|
path = .config/nvim
|
||||||
|
url = git@git.snaile.de:snailed/nvim-init.git
|
||||||
|
|
Loading…
Reference in New Issue