https://github.com/exu/vim-dotfiles
My VIM customizations
https://github.com/exu/vim-dotfiles
viml
Last synced: 11 months ago
JSON representation
My VIM customizations
- Host: GitHub
- URL: https://github.com/exu/vim-dotfiles
- Owner: exu
- Created: 2012-06-15T11:59:10.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2017-07-26T06:56:13.000Z (almost 9 years ago)
- Last Synced: 2025-04-12T22:32:49.788Z (over 1 year ago)
- Topics: viml
- Language: Vim script
- Size: 7.74 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* exu vim dotfiles
** Quick install guide
Copy this line and paste into terminal, enjoy
#+BEGIN_SRC bash
curl -L https://raw.github.com/exu/vim-dotfiles/master/gitinstall|bash
#+END_SRC
** machine based config
my vimrc runs ~/.vim/machine/YOURMACHINENAME.vim file
on the end of vimrc tfile
** External dependencies
- gpciker - fuzzy files searching
- cowsay - cow powers for linux
- ack - simple grep
- syntastic
- yaml - =npm install -g js-yaml=
- phpcs - =pear install PHP_CodeSniffer=
- tidy - =sudo apt-get install tidy=
- css - =npm install -g csslint=
- js - =npm install -g jslint=
You can install them in Ubuntu from apt
#+BEGIN_SRC bash
sudo apt-get install cowsay ack
#+END_SRC
Gpicker could be installed from:
http://download.savannah.gnu.org/releases/gpicker/