diff options
| author | jdhao <jdhao@hotmail.com> | 2019-11-28 01:12:38 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2019-11-28 01:12:38 +0800 |
| commit | 8789c3e86f080e53b6324b738ec48bc65b39d2bf (patch) | |
| tree | d5ee2cc1e8673f955c91f79c0154d8e7aeb0c973 /plugins.vim | |
| parent | bf0eac1807a21cbdc928c01b1afd8ef517ca6725 (diff) | |
Remove vim-quickrun
Diffstat (limited to 'plugins.vim')
| -rw-r--r-- | plugins.vim | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/plugins.vim b/plugins.vim index 372f7fd..aa5a976 100644 --- a/plugins.vim +++ b/plugins.vim @@ -285,9 +285,6 @@ Plug 'jeffkreeftmeijer/vim-numbertoggle' " Highlight yanked region Plug 'machakann/vim-highlightedyank' -" Quickly run a code script -Plug 'thinca/vim-quickrun' - " Modern matchit implementation Plug 'andymass/vim-matchup' @@ -466,6 +463,7 @@ if has('win32') || has('macunix') nmap ob <Plug>(openbrowser-smart-search) vmap ob <Plug>(openbrowser-smart-search) endif +"}} "{{ Navigation and tags """"""""""""""""""""""" nerdtree settings """""""""""""""""""""""""" @@ -825,11 +823,6 @@ augroup matchup_matchword_highlight autocmd ColorScheme * hi MatchWord cterm=underline gui=underline 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 """""""""""""""""""""" let g:comfortable_motion_scroll_down_key = 'j' let g:comfortable_motion_scroll_up_key = 'k' |
