mirror of
https://github.com/gryf/.vim.git
synced 2026-04-09 02:03:31 +02:00
Compare commits
2 Commits
84675df236
...
7425fe57f1
| Author | SHA1 | Date | |
|---|---|---|---|
| 7425fe57f1 | |||
| 7ce6c45ffc |
7
vimrc
7
vimrc
@@ -51,7 +51,7 @@ Plug 'skammer/vim-css-color'
|
||||
Plug 'terryma/vim-multiple-cursors'
|
||||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'tpope/vim-repeat'
|
||||
Plug 'tpope/vim-surround'
|
||||
Plug 'machakann/vim-sandwich'
|
||||
Plug 'vim-scripts/DrawIt'
|
||||
Plug 'vim-scripts/JavaScript-Indent', { 'for': 'javascript' }
|
||||
Plug 'vim-scripts/LanguageTool'
|
||||
@@ -364,6 +364,7 @@ function s:SetRestSettings() "{{{2
|
||||
endfunction
|
||||
"}}}
|
||||
function s:SetVimwikiSettings() "{{{2
|
||||
setlocal spell
|
||||
map <F5> :Vimwiki2HTML<CR>
|
||||
map <S-F5> :Vimwiki2HTMLBrowse<CR>
|
||||
map <C-F5> :VimwikiAll2HTML<CR>
|
||||
@@ -534,6 +535,10 @@ nmap <Leader>t :Tagbar<CR>
|
||||
let g:tagbar_compact = 1
|
||||
" 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
|
||||
let g:vimwiki_list = [{'path': '~/vimwiki/',
|
||||
\ 'template_path': '~/vimwiki/',
|
||||
|
||||
Reference in New Issue
Block a user