Own vim configuration using vim-plug
Clone repository under .vim.
Install plugins running :PlugInstall
Finish installation of YouCompleteMe
The below list of plugins are included among others:
- NERD Tree: A tree explorer plugin for vim
- ctrlp.vim: Fuzzy file, buffer, mru and tag finder. It's mapped to
<Ctrl+F> - editorconfig-vim EditorConfig helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs
- gist-vim Easily create gists from Vim using the
:Gistcommand - goyo.vim and vim-zenroom2:
- open_file_under_cursor.vim: Open file under cursor when pressing
gf - pathogen.vim: Manage your vim runtimepath
- snipmate.vim: snipmate.vim aims to be a concise vim script that implements some of TextMate's snippets features in Vim
- typescript-vim
- vim-commentary: Comment stuff out. Use
gccto comment out a line (takes a count),gcto comment out the target of a motion.gcuuncomments a set of adjacent commented lines - vim-expand-region: Allows you to visually select increasingly larger regions of text using the same key combination
- vim-fugitive: A Git wrapper so awesome, it should be illegal
- vim-indent-guides Is a plugin for visually displaying indent levels in Vim
- vim-indent-object: Defines a new text object representing lines of code at the same indent level. Useful for python/vim scripts
- vim-javascript
- vim-visual-multi: Sublime Text style multiple selections for Vim, CTRL+N is remapped to CTRL+S (due to YankRing)