summary refs log tree commit diff
path: root/configs/.ideavimrc
blob: d30a7a57c684089d7c0e772607c1b3ff1b133f88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
" IDEAVIM SETTINGS

" include the original plain (no-plugin) config
source ~/.vimrc

" enable ideavim-specific plugins
Plug 'easymotion/vim-easymotion'
Plug 'justinmk/vim-sneak'
Plug 'machakann/vim-highlightedyank'

" plugins that need extra ide plugins installed
set quickscope " 'IdeaVim-Quickscope'
set whichkey " 'Which-Key'