STARTIFY |
---|
NERDTree | COLORIZER |
---|
TMUX | VLC | CAVA |
---|
FLOATERM | UFETCH |
---|
GOYO | LIMELIGHT |
---|
All plugins of my Neovim config: Plugins
On Arch Linux
you can use:
sudo pacman -Sy ripgrep fzf bat the_silver_searcher nodejs npm neovim
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
On Fedora Linux
you can use:
sudo dnf install -y ripgrep fzf bat the_silver_searcher nodejs npm neovim
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
Later execute nvim
and type:
:PlugInstall
You should install the following packages/dependencies:
Then install vim-plug.
And open neovim and type:
:PlugInstall
I use Arch, BTW.
Thanks @AlexisMtzGasca for the colors.