Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghostbar/dotvim
Configuration files for vim
https://github.com/ghostbar/dotvim
config dotfiles vim
Last synced: 8 days ago
JSON representation
Configuration files for vim
- Host: GitHub
- URL: https://github.com/ghostbar/dotvim
- Owner: ghostbar
- License: cc0-1.0
- Created: 2013-09-16T04:44:36.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-11-08T20:37:58.000Z (about 6 years ago)
- Last Synced: 2023-03-10T20:33:36.170Z (over 1 year ago)
- Topics: config, dotfiles, vim
- Language: Vim script
- Homepage:
- Size: 231 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dotvim
======Plain simple vim-configuration files. It uses Vundle to handle the plugins.
This is how ends up:
![Screnshot](https://i.cloudup.com/5469XungCr.png)
Requirements
------------
+ `git`Install
-------zsh ./install.zsh
If you don't have `zsh`, just use this `bash` script.
bash ./install.sh
This will move the current configuration to `~/.vimrc.bak` and `~/.vim.bak`, clone vundle from GitHub and install everything with `vim +BundleInstall +qall`.
Then you should be ready to go.
Plugins managed by Vundle
-------------------------+ `gmarik/vundle` (Of course!)
+ `tpope/vim-surround`
+ `tpope/vim-git`
+ `tpope/vim-fugitive`
+ `Conque-Shell`
+ `ghostbar/snipmate.vim` (A personal fork)
+ `juvenn/mustache.vim`
+ `kien/ctrlp.vim`
+ `plasticboy/vim-markdown`
+ `mattn/webapi-vim`
+ `mattn/gist-vim`
+ `Yggdroot/indentLine`
+ `pangloss/vim-javascript`
+ `mhinz/vim-signify`
+ `scrooloose/nerdtree.git`Config-files structure
----------------------+ `vim/rc/basics.vimrc`: basic vim configs, including syntax, numbers, etc.
+ `vim/rc/colorscheme.vimrc`: colorscheme configs
+ `vim/rc/copy-n-paste.vimrc`: copy and paste support (for both: Mac and Linux)
+ `vim/rc/ctrlp.vimrc`: ctrlp plugin configs
+ `vim/rc/filetype.vimrc`: filetype-related configs
+ `vim/rc/indentline.vimrc`: indentLine plugin configs
+ `vim/rc/nerdtree.vimrc`: nerdTree plugin configs
+ `vim/rc/powerline.vimrc`: powerline-related configs
+ `vim/rc/search.vimrc`: search-related configs
+ `vim/rc/silver-searcher.vimrc`: if `ag` is installed, then better-faster search
+ `vim/rc/tabs.vimrc`: tabs-spaces-related configs
+ `vim/rc/vundle.vimrc`: vundle-related configs (including modules to «bundle»).License
-------
Written from 2008 to 2017 by Jose Luis Rivas ``To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see .