git clone http://github.com/code2k/dot_vim.git .viminto your home folder.cd .vim./bootstap.sh- Vim plugins will be installed on the first start.
If you need to modify this configuration just add a .vimrc.local and/or
.gvimrc.local in your home directory.
- vim-sensible
- vim-polyglot
- vim-solarized8
- vim-airline
- vim-airline-themes
- ctrlp.vim
- coc.nvim
- vim-startify
- vim-textobj-user
- vim-textobj-indent
- vim-textobj-line
- vim-textobj-entire
- vim-expand-region
- tabular
- vim-indexed-search
- vim-snippets
- emmet-vim
- ack.vim
- gundo.vim
- vim-commentary
- vim-eunuch
- vim-fugitive
- vim-repeat
- vim-surround
- vim-unimpaired
- vim-vinegar
- ZoomWin
Initially there are only a few essential coc.nvim extensions installed.
For a better more VSCode like experience, install the following extensions:
:CocInstall coc-css coc-eslint coc-html coc-json coc-prettier coc-tailwindcss coc-tsserver coc-tslint-plugin coc-yaml
This vim configuration is a mix from these excellent configurations: