File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
plugins/repos/github.com/jlesquembre Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 25
25
[submodule "plugins/repos/github.com/mhartington/oceanic-next "]
26
26
path = plugins/repos/github.com/mhartington/oceanic-next
27
27
url = https://github.com/mhartington/oceanic-next.git
28
+ [submodule "plugins/repos/github.com/jlesuembre/base16-neovim "]
29
+ path = plugins/repos/github.com/jlesuembre/base16-neovim
30
+ url = https://github.com/jlesquembre/base16-neovim
31
+ [submodule "plugins/repos/github.com/jlesquembre/base16-neovim "]
32
+ path = plugins/repos/github.com/jlesquembre/base16-neovim
33
+ url = https://github.com/jlesquembre/base16-neovim.git
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ if dein#load_state(expand('~/.config/nvim/plugins'))
43
43
call dein#add (' Shougo/dein.vim' )
44
44
call dein#add (' vim-airline/vim-airline' )
45
45
call dein#add (' vim-airline/vim-airline-themes' )
46
- call dein#add (' chriskempson /base16-vim ' )
46
+ call dein#add (' jlesquembre /base16-neovim ' )
47
47
call dein#add (' benekastah/neomake' )
48
48
call dein#add (' fatih/vim-go' )
49
49
call dein#add (' Shougo/deoplete.nvim' )
You can’t perform that action at this time.
0 commit comments