use
vundleas plugin manager
PS.
Please move .vim and .vimrc to your user home folder
| Plugin | Description | disabled |
|---|---|---|
VundleVim/Vundle.vim |
plugin manager | |
franbach/miramare |
vim theme | |
terryma/vim-multiple-cursors |
multiple cursor support | |
cohama/lexima.vim |
auto close for braces, parantheses, ... | |
airblade/vim-gitgutter |
git diff status for lines | |
valloric/youcompleteme |
auto complete | yes |
itchyny/lightline.vim |
bottom status bar | |
prettier/vim-prettier |
prettify code | |
mattn/webapi-vim |
web api support | |
mattn/emmet-vim |
emmet snippets and templates | |
lilydjwg/colorizer |
colorize colors in different formats | |
evanleck/vim-svelte |
support svelte syntax | |
junegunn/vim-emoji |
support emoji replacement |
| CMD | Description |
|---|---|
uhci + one of {, (, [, ", ' |
remove content inside of that element |
ZQ |
quit document without saving (like :q!) |
K in vimrc |
open help for each words your cursor was on it |
I (capital i) |
insert mode on beggining of line |
A (capital a) |
insert mode on end of line |