Add packer as submodule
This commit is contained in:
parent
1c1015d95f
commit
fa03eb8f53
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "vim/pack/git/start/packer.nvim"]
|
||||||
|
path = vim/pack/git/start/packer.nvim
|
||||||
|
url = https://github.com/wbthomason/packer.nvim
|
1
vim/pack/git/start/packer.nvim
Submodule
1
vim/pack/git/start/packer.nvim
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit ea0cc3c59f67c440c5ff0bbe4fb9420f4350b9a3
|
1
vimrc
1
vimrc
|
@ -4,6 +4,7 @@
|
||||||
" Set up the runtime path
|
" Set up the runtime path
|
||||||
set runtimepath=$VIMRUNTIME,$HOME/.config/nvim,$HOME/.vim
|
set runtimepath=$VIMRUNTIME,$HOME/.config/nvim,$HOME/.vim
|
||||||
let &rtp=&rtp.','.expand('<sfile>:p:h').'/vim'
|
let &rtp=&rtp.','.expand('<sfile>:p:h').'/vim'
|
||||||
|
let &rtp=&rtp.','.expand('<sfile>:p:h').'/vim/pack/*/start/*'
|
||||||
|
|
||||||
if has("nvim")
|
if has("nvim")
|
||||||
lua require("pack/setup")
|
lua require("pack/setup")
|
||||||
|
|
Loading…
Reference in a new issue