https://github.com/brianp/wellington
A VIM Environment
https://github.com/brianp/wellington
Last synced: about 1 year ago
JSON representation
A VIM Environment
- Host: GitHub
- URL: https://github.com/brianp/wellington
- Owner: brianp
- License: mit
- Created: 2013-09-08T09:53:16.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2021-02-22T10:36:28.000Z (over 5 years ago)
- Last Synced: 2025-01-28T17:45:47.886Z (over 1 year ago)
- Language: Vim script
- Size: 79.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wellington
A VIM environment.
Clone the project into your `~/.vim` directory.
`git clone git@github.com:brianp/wellington.git ~/.vim/ -r`
Then symlink the `~/vimrc/` file in your home directory.
`ln -s ~/.vim/vimrc/ ~/.vimrc`
## Colours
The default is an older (Version: 3.1) of the [lucius](https://github.com/jonathanfilip/vim-lucius) colour scheme.
Lucius has been updated past version 3.1 but I like this version more. The colour scheme is set in `vimrc` to easily change the defaults.
## Custom Mappings
### Ale
`Ctrl+k` Previous linter
`Ctrl+j` Next linter
### Git Blame
`b` To see the last commit for the line.
### Line Number Toggle
`n` Toggle relative and absolute line numbers.
### NerdTree
`n` Toggles the NerdTree drawer.
### Rubocop
`ru`
### Vim Tests
`t Ctrl+n` - nearest test
`t Ctrl+f` - entire file
`t Ctrl+s` - entire suite
`t Ctrl+l` - last test
## Plugins
- Ale
- Ctrlp
- Dash
- Git Blame
- GitGutter
- NerdCommenter
- NerdTree
- SnipMate
- Supertab
- Syntastic
- Vim Test
- ZoomWin
## Syntax Highlighting
- Angular
- CSV
- Clojure
- CoffeeScript
- Elixir
- Git
- GoLang
- HAML
- JavaScript
- JSON
- LESS
- Markdown
- Minitest
- NodeJS
- Phoenix
- RSpec
- Rails
- Ruby
- Rust
- SCSS
- Slim
- Swift
- Textile
## Special Thanks
To Carl Lerche and Yehuda Katz for the [janus](https://github.com/carlhuda/janus) bundle.
It is what helped me learn and make VIM my main editor and eventually inspired me to make this project.