My personal Vim and Neovim settings
- ack.vim - Vim plugin for the_silver_searcher (ag) or ack -- a very fast grep
- auto-pairs - Insert or delete brackets, parens, quotes in pair
- bufexplorer - BufExplorer Plugin for Vim
- CamelCaseMotion - Provide CamelCase motion through words
- csv.vim - Filetype plugin for CSV files
- ctrlp.vim - Fuzzy file, buffer, mru, tag finder
- editorconfig-vim - EditorConfig plugin for Vim
- fzf.vim - Fuzzy find anything
- goyo.vim - Distraction-free writing in Vim
- nerdtree - A tree explorer plugin for Vim
- rainbow - Rainbow parentheses
- syntastic - Syntax checking hacks for Vim
- tabular - Text filtering and alignment
- tagbar - Vim plugin that displays tags in a window, ordered by scope
- ultisnips with vim-snippets - Snippets
- untodree - The ultimate undo history visualizer for Vim
- vimux - Vim plugin to interact with tmux
- vimwiki - Personal wiki for Vim
- vim-airline - Status/tabline for Vim
- vim-airline-themes - Collection of themes for ariline
- vim-bookmarks - Vim bookmark plugin
- vim-commentary - Comment stuff out
- vim-dispatch - Asynchronous build and test dispatcher
- vim-easymotion - Vim motions on speed
- vim-fugitive - Awesome git wrapper
- vim-gitgutter - A Vim plugin which shows a git diff in the gutter (sign column)
- vim-grepper - Help with grep
- vim-gutentags - A Vim plugin that manages your tag files
- vim-indent-guides - A Vim plugin for visually displaying indent levels in code
- vim-json - Better JSON for Vim
- vim-man - View and grep man pages in Vim
- vim-smooth-scroll - Make scrolling in Vim more pleasant
- vim-startify - Fancy start screen for Vim
- vim-surround - Quoting/parenthesizing made simple
- vim-tmux-navigator - Seamless navigation between tmux panes and vim splits
- YouCompleteMe - Code completion engine for Vim
My leader key is č
, so whenever you see <leader>
it means č
. I use Serbian (Latin) layout on my keyboards and the č
key is in place of ;
on English (US) layout keyboards. I like to have č
as my leader key because it is on the home row.