MarcoAAG / nvim

Neovim Personal configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvim

Neovim Personal configuration based on ChrisMachine configuration

Install vim-plug

curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

Vim-Plug commands

Open vim

nvim

Check the status of your plugins

:PlugStatus

Install all of your plugins

:PlugInstall

To update your plugins

:PlugUpdate

To remove plugins that are no longer defined in the plugins.vim file

:PlugClean

Finally if you want to upgrade vim-plug itself run the following

:PlugUpgrade

About

Neovim Personal configuration

License:The Unlicense


Languages

Language:Vim Script 100.0%