mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-25 21:55:44 +00:00
Nvim: Add denite and hexmode
This commit is contained in:
parent
ea1d7589b8
commit
be4f9c3cfd
1
.config/nvim/bundle/denite.nvim
Submodule
1
.config/nvim/bundle/denite.nvim
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 65bce80f269016d99e305cf710bd563fd07eb551
|
||||
1
.config/nvim/bundle/hexmode
Submodule
1
.config/nvim/bundle/hexmode
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 06b7b17578df26d853afe17f38e0e711a8fb094c
|
||||
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -55,3 +55,9 @@
|
|||
[submodule ".config/nvim/bundle/vim-easymotion"]
|
||||
path = .config/nvim/bundle/vim-easymotion
|
||||
url = https://github.com/easymotion/vim-easymotion.git
|
||||
[submodule ".config/nvim/bundle/denite.nvim"]
|
||||
path = .config/nvim/bundle/denite.nvim
|
||||
url = https://github.com/Shougo/denite.nvim.git
|
||||
[submodule ".config/nvim/bundle/hexmode"]
|
||||
path = .config/nvim/bundle/hexmode
|
||||
url = https://github.com/fidian/hexmode.git
|
||||
|
|
|
|||
Loading…
Reference in a new issue