Nothing special.
- vim-plug for plugin-management
- jedi-vim for python code completion
- vim-cpp-modern for better c++ syntax highlighting
- editorconfig for editorconfig support
- vim-css-color to get fancy color highlights when doing CSS
- vim-fugitive for git commands
- vim-gitgutter for fancy git diff-marks in the sign column
- vim-lastplace for returning to the last edited position in files
- vim-airline for the little bit of eye-candy (nerd-font needs to be used,
- gruvbox as colorscheme (using the dark version)
,t
to open a terminal (vim8 feature),e
run the command currently under the cursor,E
same as,e
but also paste command outputs below