Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/scarlehoff/dotvim

Real programmers use Vim :P
https://github.com/scarlehoff/dotvim

Last synced: 19 days ago
JSON representation

Real programmers use Vim :P

Awesome Lists containing this project

README

        

Just a personal .vimrc file to help me have my vim set up no matter where I am.

To use it with neovim it should be enough with adding

```
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
source ~/.vim/vimrc
```
to `~/.config/nvim/init.vim`.