An open API service indexing awesome lists of open source software.

https://github.com/klpanagi/vim

My vim setup and configuration.
https://github.com/klpanagi/vim

vim vim-configs

Last synced: 9 months ago
JSON representation

My vim setup and configuration.

Awesome Lists containing this project

README

          

I :heart: Vim! :metal:
------------------------------

# Install

## Ubuntu

First install neovim and relevant dependencies

```bash
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.

```bash
./setup.sh
```

Open NVim from the terminal and install the Plugins:

```bash
nvim
:PlugInstall
```

## Manjaro

TODO!

# List of plugins

- TODO