Add packer as submodule

This commit is contained in:
Talia 2024-02-16 10:18:30 +01:00
parent 1c1015d95f
commit fa03eb8f53
Signed by: darkwiiplayer
GPG Key ID: 7808674088232B3E
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored Normal file
View 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

@ -0,0 +1 @@
Subproject commit ea0cc3c59f67c440c5ff0bbe4fb9420f4350b9a3

1
vimrc
View File

@ -4,6 +4,7 @@
" Set up the runtime path
set runtimepath=$VIMRUNTIME,$HOME/.config/nvim,$HOME/.vim
let &rtp=&rtp.','.expand('<sfile>:p:h').'/vim'
let &rtp=&rtp.','.expand('<sfile>:p:h').'/vim/pack/*/start/*'
if has("nvim")
lua require("pack/setup")