mirror of
https://github.com/gryf/.vim.git
synced 2026-03-26 15:53:33 +01:00
Compare commits
4 Commits
bc85cef317
...
9f2bf32892
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f2bf32892 | |||
| 61fc307d68 | |||
| a16be876d6 | |||
| a874ec9d16 |
15
vimrc
15
vimrc
@@ -31,7 +31,7 @@ Plug 'gryf/snipmate.vim'
|
||||
Plug 'gryf/vim-latex-compiler'
|
||||
Plug 'gryf/wombat256grf'
|
||||
Plug 'gryf/zoom.vim'
|
||||
Plug 'gu-fan/riv.vim', { 'for': 'rst' }
|
||||
Plug 'habamax/vim-rst', { 'for': 'rst' }
|
||||
Plug 'honza/vim-snippets'
|
||||
Plug 'kazuyukitanimura/jsbeautify'
|
||||
Plug 'kien/ctrlp.vim'
|
||||
@@ -423,6 +423,10 @@ if executable('ag')
|
||||
let g:ackprg = 'ag --vimgrep'
|
||||
endif
|
||||
"}}}
|
||||
"Ale {{{2
|
||||
let g:ale_sh_bashate_executable="bashate -i E006"
|
||||
let g:ale_virtualtext_cursor=0
|
||||
"}}}
|
||||
"KickAssembler {{{2
|
||||
let g:kickass_path = '/opt/KickAssembler/KickAss.jar'
|
||||
"}}}
|
||||
@@ -533,9 +537,16 @@ let g:showmarks_include = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
||||
"Tagbar {{{2
|
||||
nmap <Leader>t :Tagbar<CR>
|
||||
let g:tagbar_compact = 1
|
||||
let g:tagbar_type_vimwiki = {
|
||||
\ 'ctagstype' : 'vimwiki',
|
||||
\ 'kinds' : [
|
||||
\ 'h:header',
|
||||
\ ],
|
||||
\ 'sort' : 0
|
||||
\ }
|
||||
" Note: see statusline settings for status bar tag conf
|
||||
"}}}
|
||||
"{{{2
|
||||
"Sandwitch {{{2
|
||||
" Make sandwitch to use my memorymuscle craved shorcuts for surround
|
||||
runtime macros/sandwich/keymap/surround.vim
|
||||
"}}}
|
||||
|
||||
Reference in New Issue
Block a user