dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit d8afa615ee01fab6a54b948efb7f6f9be0799161
parent 8f45f21476a45583e03334a226aa579c128a2283
Author: Alexander Balgavy <alexander.balgavy@spaceapplications.com>
Date:   Mon,  2 Oct 2023 17:43:04 +0200

vim: fix dotfiles path

Diffstat:
Mvim/vimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -142,7 +142,7 @@ Plug 'rust-lang/rust.vim', { 'for': 'rust' } Plug 'wellle/context.vim' " Fuzzy finder in vim -Plug 'junegunn/fzf', { 'dir': '$HOME/.dotfiles/tools/fzf', 'do': './install --all --xdg --no-fish'} +Plug 'junegunn/fzf', { 'dir': '$DOTFILES/tools/fzf', 'do': './install --all --xdg --no-fish'} Plug 'junegunn/fzf.vim' " Additional text objects