/Neovim-SFW

My Neovim configuration for working

Primary LanguageVim Script

My config of Neovim

STARTIFY
Startify
NERDTree | COLORIZER
Colors
TMUX | VLC | CAVA
Multiterm
FLOATERM | UFETCH
Ufetch
GOYO | LIMELIGHT
Markdown

All plugins of my Neovim config: Plugins

Installation

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

Manual installation

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.