Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tredfern/vimfiles
My vim configurations
https://github.com/tredfern/vimfiles
Last synced: 24 days ago
JSON representation
My vim configurations
- Host: GitHub
- URL: https://github.com/tredfern/vimfiles
- Owner: tredfern
- License: bsd-3-clause
- Created: 2013-05-28T20:07:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-11-12T15:59:09.000Z (about 6 years ago)
- Last Synced: 2024-10-15T06:09:46.229Z (2 months ago)
- Language: Vim script
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tredfern VimFiles
Probably the worst formatted vimfiles on the internet. So that's kind of cool.
Everything is organized into submodules for the bundles which should make maintaining
them easy. In the end I'll probably end up adding too many modules and need to
blow it away to make it work again.## Installation:
git clone git://github.com/tredfern/vimfiles.git ~/.vim
Create symlinks:
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc
Switch to the `~/.vim` directory, and fetch submodules:
cd ~/.vim
git submodule init
git submodule update## Modules Includes
* Snipmate/Snippets
* Syntastic
* ctrl-p
* vim-less
* vim-ps1 "Not sure what I really needed this for. Probably some hack job for a windows project at some point"
* fugitive
* puppet## Adding Modules
Since I always forget here's the general process of adding another submodule to the projectcd ~/.vim
git submodule add https://someawesomeproject bundle/nice_project_name