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

https://github.com/degete/vimrc

⚙️ Vim config files
https://github.com/degete/vimrc

neovim nvim vim vim-plugins vimrc

Last synced: 2 months ago
JSON representation

⚙️ Vim config files

Awesome Lists containing this project

README

          



## **VIM Configuration**

### Installation:

```sh
cd ~
git clone git@github.com:degete/vimrc.git ~/.vim
ln -s .vim/vimrc .vimrc
# For NeoVIM
ln -s ~/.vim .config/nvim
vim +PlugInstall +qall now
```

### General config

### [Mappings](config/mappings/README.md)

### [Plugins](config/plugins/README.md)