diff options
author | terminaldweller <thabogre@gmail.com> | 2022-05-25 17:05:07 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-05-25 17:05:07 +0000 |
commit | 98cc484786ad9b0601133138e23a084522fbfc46 (patch) | |
tree | 9ef8dcf874ece1d4aa93621e5ba84f0d6c357b1b /.vimrc | |
parent | update (diff) | |
download | scripts-98cc484786ad9b0601133138e23a084522fbfc46.tar.gz scripts-98cc484786ad9b0601133138e23a084522fbfc46.zip |
update
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -208,6 +208,7 @@ Plug 'HiPhish/info.vim' Plug 'kmonad/kmonad-vim' " Plug 'kana/vim-operator-user' " Plug 'terryma/vim-multiple-cursors' +" Plug 'Konfekt/vim-office' " Plug 'haya14busa/vim-operator-flashy' " Plug 'terryma/vim-expand-region' " Plug 'romainl/vim-devdocs' @@ -858,6 +859,7 @@ nnoremap <silent> <leader>0 :call HighInterestingWord(0)<cr> "scratchpad let g:scratchpad_path = '/home/devi/.scratchpads' +let g:scratchpad_ftype = '' nmap <F9> <Plug>(ToggleScratchPad) let g:tagbar_type_rust = { |