Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wwitzel3/vim-config
My vim configuration
https://github.com/wwitzel3/vim-config
Last synced: 6 days ago
JSON representation
My vim configuration
- Host: GitHub
- URL: https://github.com/wwitzel3/vim-config
- Owner: wwitzel3
- Created: 2013-02-02T20:46:04.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-03-18T19:15:41.000Z (over 5 years ago)
- Last Synced: 2024-04-16T03:55:29.351Z (7 months ago)
- Language: Vim script
- Size: 1.41 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Compile vim from source:
* ./configure --enable-pythoninterp --enable-rubyinterp --enable-multibyte --prefix=/usr/local
* make
* sudo make install
To install locally run:* git clone git://github.com/wwitzel3/vim-config.git
* cd vim-config
* sh install.sh** WARNING: This installer removes your current ~/.vimrc, ~/.vim, and ~/.ackrc
** WARNING: and replaces them with symlinks to the contents of vim-config.
** WARNING: The script is not nice about and makes no effort to backup anything.( Though it doesn't use -r or -f so it will only delete files or symlinks )