Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aespinosa/.vim
- Owner: aespinosa
- Created: 2012-01-10T19:17:42.000Z (almost 13 years ago)
- Default Branch: trunk
- Last Pushed: 2020-06-15T02:18:47.000Z (over 4 years ago)
- Last Synced: 2023-04-11T19:02:34.539Z (over 1 year ago)
- Topics: vim, vimrc
- Language: Vim script
- Homepage:
- Size: 40 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.