Ver Fonte

using vim-unimpaired to navigate through quickfix windows

Kevin Heinicke há 9 anos atrás
pai
commit
949c9f7f88
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      nvimrc

+ 2 - 0
nvimrc

@@ -33,6 +33,7 @@ Plug 'ctrlpvim/ctrlp.vim'
 Plug 'scrooloose/nerdcommenter'
 Plug 'pangloss/vim-javascript'
 Plug 'easymotion/vim-easymotion'
+Plug 'tpope/vim-unimpaired'
 
 " All of your Plugins must be added before the following line
 call plug#end()  " required
@@ -144,6 +145,7 @@ let g:javascript_enable_domhtmlcss = 1
 let g:limelight_conceal_ctermfg = 'gray'
 autocmd! User GoyoEnter Limelight
 autocmd! User GoyoLeave Limelight!
+nnoremap <leader>g :Goyo<CR>
 
 " Enable emmet-vim just for html/css
 let g:user_emmet_isntall_global = 0