From 891cfd70c5b5df69b64d0afcf2ed7898cbe6e1cc Mon Sep 17 00:00:00 2001 From: David Celis Date: Fri, 20 Dec 2024 21:27:30 -0800 Subject: [PATCH] Fix fisher and vim-plug --- Makefile | 2 +- config/fish/fish_plugins | 1 - vimrc | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d3d582b..500943d 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ install: | ln brew ruby vim_plug fisher update: | install brew upgrade gem update - fisher update + fish -c "fisher update" vim +PlugUpgrade +PlugInstall +PlugUpdate +qall clean: | install diff --git a/config/fish/fish_plugins b/config/fish/fish_plugins index f323fb0..8164e11 100644 --- a/config/fish/fish_plugins +++ b/config/fish/fish_plugins @@ -1,3 +1,2 @@ jorgebucaran/fisher acomagu/fish-async-prompt -z11i/github-copilot-cli.fish diff --git a/vimrc b/vimrc index 3ffb1a2..cc6c112 100644 --- a/vimrc +++ b/vimrc @@ -30,7 +30,6 @@ Plug 'rking/ag.vim', { 'on': 'Ag' } Plug 'jiangmiao/auto-pairs' Plug 'kien/ctrlp.vim' Plug 'JazzCore/ctrlp-cmatcher' -Plug 'benmills/vimux' call plug#end() -- 2.51.2