You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.7 KiB

2 years ago
# dotvim
## Installation
```bash
cd ~
git clone --recursive https://gitoa.ru/andrey/dotvim.git .vim
2 years ago
ln -s .vim/.vimrc
```
## Bundles
- [NERDTree][1]
- [bufexplorer][2]
- [syntastic][3]
- [vim-go][4]
- [supertab][5]
- [fugitive][6]
- [gitgutter][7]
- [auto-pairs][8]
- [vim-airline][9]
- [ultisnips][10]
- [CtrlP][11]
## Hotkeys
`\e` - NERDTree
`\b` - Buffer list
`<Shift-Tab>` - Next buffer
## More Link
- https://vim-adventures.com
- http://vimcolors.com
- https://vimawesome.com
- http://vimcasts.org
## More dotvim
- https://github.com/qbbr/dotvim
- https://github.com/kasyaar/vim_config
- https://github.com/statico/dotfiles
- https://github.com/farazdagi/vim-go-ide
- https://github.com/ik5/dotvim
- https://github.com/antgubarev/dotfiles
- https://github.com/fatih/dotfiles
## Tmux
config https://github.com/gpakosz/.tmux
2 years ago
[1]: https://github.com/scrooloose/nerdtree "NERDTree"
[2]: https://github.com/vim-scripts/bufexplorer.zip "bufexplorer"
[3]: https://github.com/vim-syntastic/syntastic "Syntax checking hacks"
[4]: https://github.com/fatih/vim-go "Go development plugin for Vim"
[5]: https://github.com/ervandew/supertab "Perform all your vim insert mode completions with Tab"
[6]: https://github.com/tpope/vim-fugitive "A Git wrapper so awesome"
[7]: https://github.com/airblade/vim-gitgutter "shows a git diff in the gutter"
[8]: https://github.com/jiangmiao/auto-pairs "insert or delete brackets, parens, quotes in pair"
[9]: https://github.com/vim-airline/vim-airline "lean & mean status/tabline for vim that's light as air"
[10]: https://github.com/sirver/ultisnips "The ultimate snippet solution"
[11]: https://github.com/ctrlpvim/ctrlp.vim "Full path fuzzy file, buffer, mru, tag, ... finder for Vim."