mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 11:30:29 +01:00
Replace vim-surrand with vim-sandwich
This commit is contained in:
6
vimrc
6
vimrc
@@ -51,7 +51,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 'tpope/vim-surround'
|
Plug 'machakann/vim-sandwich'
|
||||||
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'
|
||||||
@@ -534,6 +534,10 @@ nmap <Leader>t :Tagbar<CR>
|
|||||||
let g:tagbar_compact = 1
|
let g:tagbar_compact = 1
|
||||||
" Note: see statusline settings for status bar tag conf
|
" Note: see statusline settings for status bar tag conf
|
||||||
"}}}
|
"}}}
|
||||||
|
"{{{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