1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Remove vim-quickrun

This commit is contained in:
jdhao 2019-11-28 01:12:38 +08:00
parent bf0eac1807
commit 8789c3e86f

View File

@ -285,9 +285,6 @@ Plug 'jeffkreeftmeijer/vim-numbertoggle'
" Highlight yanked region " Highlight yanked region
Plug 'machakann/vim-highlightedyank' Plug 'machakann/vim-highlightedyank'
" Quickly run a code script
Plug 'thinca/vim-quickrun'
" Modern matchit implementation " Modern matchit implementation
Plug 'andymass/vim-matchup' Plug 'andymass/vim-matchup'
@ -466,6 +463,7 @@ if has('win32') || has('macunix')
nmap ob <Plug>(openbrowser-smart-search) nmap ob <Plug>(openbrowser-smart-search)
vmap ob <Plug>(openbrowser-smart-search) vmap ob <Plug>(openbrowser-smart-search)
endif endif
"}}
"{{ Navigation and tags "{{ Navigation and tags
""""""""""""""""""""""" nerdtree settings """""""""""""""""""""""""" """"""""""""""""""""""" nerdtree settings """"""""""""""""""""""""""
@ -825,11 +823,6 @@ augroup matchup_matchword_highlight
autocmd ColorScheme * hi MatchWord cterm=underline gui=underline autocmd ColorScheme * hi MatchWord cterm=underline gui=underline
augroup END augroup END
""""""""""""""""""""""""""quickrun settings"""""""""""""""""""""""""""""
let g:quickrun_no_default_key_mappings = 1
nnoremap<silent> <F9> :QuickRun<CR>
let g:quickrun_config = {'outputter/buffer/close_on_empty': 1}
""""""""""""""""""""""""comfortable-motion settings """""""""""""""""""""" """"""""""""""""""""""""comfortable-motion settings """"""""""""""""""""""
let g:comfortable_motion_scroll_down_key = 'j' let g:comfortable_motion_scroll_down_key = 'j'
let g:comfortable_motion_scroll_up_key = 'k' let g:comfortable_motion_scroll_up_key = 'k'