Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aespinosa/.vim

My .vim repository
https://github.com/aespinosa/.vim

vim vimrc

Last synced: about 1 month ago
JSON representation

My .vim repository

Awesome Lists containing this project

README

        

# Allan Espinosa's personal ~/.vim configuration

In ~/.vimrc use:

```
if filereadable(expand("~/.vim/vimrc"))
source ~/.vim/vimrc
endif
```

to keep all configurations in .vimrc remain in the .vim directory.