dotfiles/vim/install.fish

14 lines
264 B
Fish
Raw Normal View History

#!/usr/bin/env fish
source "$DOT/script/utils.fish"
source "$DOT/homebrew/brew_utils.fish"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
print_subtitle Vim
brew_install Vim vim
brew_install Neovim neovim
brew_install fzf fzf