Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marado/dotvim
my personal .vim files
https://github.com/marado/dotvim
Last synced: about 2 months ago
JSON representation
my personal .vim files
- Host: GitHub
- URL: https://github.com/marado/dotvim
- Owner: marado
- License: gpl-3.0
- Created: 2014-09-21T22:10:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T19:04:40.000Z (10 months ago)
- Last Synced: 2024-05-01T12:59:45.088Z (8 months ago)
- Language: Vim Script
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
My personal preferences/settings for VIM.
This applies to both VIM and GVIM.
To "install", simply:
```
cp .vimrc ~
cp .gvimrc ~
mkdir ~/.vim ; cp -R .vim/* ~/.vim/
```Notes:
* This is prebundling pathogen, maybe not the latest version;
* I also install [syntastic](https://github.com/vim-syntastic/syntastic), to
have some syntax validation. Also note that the .vimrc is already configured
to use shellcheck and checkbashisms, if you have them installed;
* This is defaulting to TABs, but you just need to uncomment a line on .vimrc
to switch to spaces. I use and recommend
[sleuth](https://github.com/tpope/vim-sleuth) which will make vim
automagically enter a TAB when editing a TAB-using file, and a space when
editing a space-using file;
* If you're a git user, installing
[fugitive](https://github.com/tpope/vim-fugitive) will make your life better.