https://github.com/mostlygeek/vim-personalize
Test Vundle for managing permissions
https://github.com/mostlygeek/vim-personalize
Last synced: 2 months ago
JSON representation
Test Vundle for managing permissions
- Host: GitHub
- URL: https://github.com/mostlygeek/vim-personalize
- Owner: mostlygeek
- Created: 2013-03-30T07:00:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-07-13T21:54:24.000Z (over 3 years ago)
- Last Synced: 2025-04-06T11:18:04.846Z (8 months ago)
- Language: Vim script
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
These are my custom vim personalization, packaged as a plugin so I
can easily manage and sync them with the different hosts I use.
Since I already use [Vundle](https://github.com/gmarik/vundle) to manage
vim plugins. Vundle can fetch vim plugins directly from GitHub so I thought
why not manage my own tweaks there?
## Updating my tweaks
Inside vim, `:BundleInstall!`
## Misc
* [vim Plugin Layout](http://learnvimscriptthehardway.stevelosh.com/chapters/42.html#vimautoload) - this was immensely helpful
## .vimrc
This is mine, here as a reference. :)