This commit is contained in:
Bryan Ramos 2026-05-07 11:23:20 -04:00
parent 7eef7a526d
commit 770106343d
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
autoload
plugged
.netrwhist
bin

4
vimrc
View file

@ -1,4 +1,8 @@
let data_dir = '~/.vim'
if executable(expand('~/.vim/bin/rg'))
let $PATH = expand('~/.vim/bin') . ':' . $PATH
endif
if empty(glob(data_dir . '/autoload/plug.vim'))
silent execute '!curl -fLo '.data_dir.'/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
endif