/vim

My vim setup and configuration.

Primary LanguageVim Script

I ❤️ Vim! 🤘

Install

Ubuntu

First install neovim and relevant dependencies

sudo apt install build-essential manpages-dev
sudo add-apt-repository ppa:neovim-ppa/stable -y
sudo apt update
sudo apt install neovim python3-neovim

Then run the setup.sh script.

./setup.sh

Open NVim from the terminal and install the Plugins:

nvim
:PlugInstall

Manjaro

TODO!

List of plugins

  • TODO