https://github.com/mcrmonkey/.vim
https://github.com/mcrmonkey/.vim
dotfiles vim
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcrmonkey/.vim
- Owner: mcrmonkey
- License: mit
- Created: 2016-12-30T22:21:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T16:14:34.000Z (over 1 year ago)
- Last Synced: 2025-03-25T05:41:36.517Z (about 1 year ago)
- Topics: dotfiles, vim
- Language: Vim Script
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
.vim
====
My vim dot files, initially forked from JessFraz.
The `.vimrc` file is saved to vimrc
Just run the following commands via terminal to get set up:
```console
$ cd ~/
$ git clone --recursive https://github.com/mcrmonkey/.vim
```
You can update the submodules by running:
```console
$ make update-all
```
## Pathogen
The vim dot files make use of [Pathogen](https://github.com/tpope/vim-pathogen) Version 2.4
## Plugins Used
* [github.com/ctrlpvim/ctrlp.vim](https://github.com/ctrlpvim/ctrlp.vim.git)
* [github.com/Raimondi/delimitMate](https://github.com/Raimondi/delimitMate.git)
* [github.com/itchyny/lightline.vim](https://github.com/itchyny/lightline.vim.git)
* [github.com/scrooloose/nerdtree](https://github.com/scrooloose/nerdtree.git)
* [github.com/rodjek/vim-puppet](https://github.com/rodjek/vim-puppet.git)
* [github.com/godlygeek/tabular](https://github.com/godlygeek/tabular.git)
* [github.com/moll/vim-bbye](https://github.com/moll/vim-bbye.git)
* [github.com/ntpeters/vim-better-whitespace](https://github.com/ntpeters/vim-better-whitespace.git)
* [github.com/ap/vim-buftabline](https://github.com/ap/vim-buftabline.git)
* [github.com/crosbymichael/vim-cfmt](https://github.com/crosbymichael/vim-cfmt)
* [github.com/kchmck/vim-coffee-script](https://github.com/kchmck/vim-coffee-script.git)
* [github.com/altercation/vim-colors-solarized](https://github.com/altercation/vim-colors-solarized.git)
* [github.com/tpope/vim-endwise](https://github.com/tpope/vim-endwise.git)
* [github.com/tpope/vim-five.git](https://github.com/tpope/vim-fugitive.git)
* [github.com/airblade/vimgutter.git](https://github.com/airblade/vim-gitgutter.git)
* [github.com/fatih/vim-go](https://github.com/fatih/vim-go.git)
* [github.com/fatih/vim-hclfmt](https://github.com/fatih/vim-hclfmt.git)
* [github.com/Yggdroot/indentLine](https://github.com/Yggdroot/indentLine.git)
* [github.com/elzr/vim-json](https://github.com/elzr/vim-json.git)
* [github.com/groenewege/vim-less](https://github.com/groenewege/vim-less.git)
* [github.com/plasticboy/vim-markdown](https://github.com/plasticboy/vim-markdown.git)
* [github.com/terryma/vim-multiple-cursors](https://github.com/terryma/vim-multiple-cursors.git)
* [github.com/fatih/vim-nginx](https://github.com/fatih/vim-nginx.git)
* [github.com/hynek/vim-python-pep8-indent](https://github.com/hynek/vim-python-pep8-indent.git)
* [github.com/mhinz/vim-sayonara](https://github.com/mhinz/vim-sayonara.git)
* [github.com/mcrmonkey/vim-scripts](https://github.com/mcrmonkey/vim-scripts)
* [github.com/hashivim/vim-terraform](https://github.com/hashivim/vim-terraform.git)
* [github.com/cespare/vim-toml](https://github.com/cespare/vim-toml.git)
* [github.com/hashivim/vim-vagrant](https://github.com/hashivim/vim-vagrant.git)