1
0
mirror of https://github.com/gryf/.vim.git synced 2026-04-09 02:03:31 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
7425fe57f1 Turn on spellcheck by default on vimwiki 2022-07-19 19:10:05 +02:00
7ce6c45ffc Replace vim-surrand with vim-sandwich 2022-07-19 19:09:35 +02:00

7
vimrc
View File

@@ -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/',