mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 19:40:29 +01:00
Back to surround plugin.
Turns out that vim-sandwitch can be slow in certain circumstances, especially well seen with tpope/vim-repeat.
This commit is contained in:
6
vimrc
6
vimrc
@@ -50,7 +50,7 @@ Plug 'skammer/vim-css-color'
|
|||||||
Plug 'terryma/vim-multiple-cursors'
|
Plug 'terryma/vim-multiple-cursors'
|
||||||
Plug 'tpope/vim-fugitive'
|
Plug 'tpope/vim-fugitive'
|
||||||
Plug 'tpope/vim-repeat'
|
Plug 'tpope/vim-repeat'
|
||||||
Plug 'machakann/vim-sandwich'
|
Plug 'tpope/vim-surround'
|
||||||
Plug 'vim-scripts/DrawIt'
|
Plug 'vim-scripts/DrawIt'
|
||||||
Plug 'vim-scripts/JavaScript-Indent', { 'for': 'javascript' }
|
Plug 'vim-scripts/JavaScript-Indent', { 'for': 'javascript' }
|
||||||
Plug 'vim-scripts/LanguageTool'
|
Plug 'vim-scripts/LanguageTool'
|
||||||
@@ -543,10 +543,6 @@ let g:tagbar_type_vimwiki = {
|
|||||||
\ }
|
\ }
|
||||||
" Note: see statusline settings for status bar tag conf
|
" Note: see statusline settings for status bar tag conf
|
||||||
"}}}
|
"}}}
|
||||||
"Sandwitch {{{2
|
|
||||||
" Make sandwitch to use my memorymuscle craved shorcuts for surround
|
|
||||||
runtime macros/sandwich/keymap/surround.vim
|
|
||||||
"}}}
|
|
||||||
"VimWIKI {{{2
|
"VimWIKI {{{2
|
||||||
let g:vimwiki_list = [{'path': '~/vimwiki/',
|
let g:vimwiki_list = [{'path': '~/vimwiki/',
|
||||||
\ 'template_path': '~/vimwiki/',
|
\ 'template_path': '~/vimwiki/',
|
||||||
|
|||||||
Reference in New Issue
Block a user