| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
build command
cd vim && ./configure --with-features=huge
--enable-multibyte
--enable-rubyinterp=yes
--enable-pythoninterp=yes
--with-python-config-dir=/usr/lib/python2.6/config
--prefix=/home/iamsleep/local
Version 2.0.1
update nova vim color to 1C1C1C update color plugged/vim-airline-themes/autoload/airline/themes/molokai.vim
Version 1.0.3.1
- disable fuzzyfinder mru files function which will slow down with buffer more and more bigger
- change default background color to black
Version 1.0.3
add mouse=a in vimrc which can scroll file
Version 1.0.2
update color
Version 1.0.1
add syntax/yaml.vim, because it's really slow after using vim7.4 original yaml.vim, so we use new one to ehance yaml.vim script is from https://github.com/stephpy/vim-yaml
Version 1.0.0.9
change String / Special / Identifier color
Version 1.0.0.8
update NonText / Normal color to ctermbg=230
Version 1.0.0.7
add macro key binding
Version 1.0.0.6
Version 1.0.0.5
fix vimrc
Version 1.0.0.4
add star search http://www.vim.org/scripts/script.php?script_id=4335
Version 1.0.0.3
Version 1.0.0.2
remove plugin/bufferexploer.vim because ActivateBuffer fail
Version 1.0.0.1
change cursor color set line number color
Version 1.0.0
init
Installation:
git clone git://github.com/mywarr/dotvim.git ~/.vim
Create symlinks:
ln -s ~/.vim/vimrc ~/.vimrc
Switch to the ~/.vim directory, and fetch submodules:
cd ~/.vim git submodule init git submodule update
UDPATE in bundle:
add easymotion add l9 for basic plugin add autocomplete add fuzzyfinder add snipMate add vim-powerline add ShowTrailingWhitespace add DeleteTrailingWhitespace add checksyntax_vim add quickfixsigns - http://www.vim.org/scripts/script.php?script_id=2584 add clam - https://github.com/sjl/clam.vim/ add minibufexpl - https://github.com/fholgado/minibufexpl.vim add PHP-Indenting-for-vim - http://www.vim.org/scripts/script.php?script_id=1120 add vim-indent-guides - to show indent line in files add SQLUtilities - http://www.vim.org/scripts/script.php?script_id=492
USAGE:
a.vim http://www.vim.org/scripts/script.php?script_id=31
align.vim
minibufexpl.vim
| Back | FazBrowse Home | New Git URL |