Load vimcaps in Windows only
This commit is contained in:
parent
c8a59e4855
commit
c7ae560dc1
3
vimrc
3
vimrc
|
@ -64,7 +64,10 @@ Plug 'tpope/vim-classpath' " TODO: still need this?
|
|||
Plug 'junegunn/goyo.vim' " Distraction-free mode with centered buffer
|
||||
Plug 'fedorenchik/VimCalc3' " A calculator inside vim
|
||||
|
||||
if IsWindows()
|
||||
Plug 'suxpert/vimcaps' " Disable capslock (useful if the OS isn't configured to do so)
|
||||
endif
|
||||
|
||||
Plug 'itchyny/vim-cursorword' " Underlines the word under the cursor
|
||||
Plug 'itchyny/thumbnail.vim' " View open buffers in a Chrome-inspired thumbnail layout
|
||||
" Google Calendar - :Calendar, :Calendar <year> <m#> <d#>, :Calendar -view=year (-split=veritcal -width=<n>)
|
||||
|
|
Loading…
Reference in New Issue
Block a user