mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
Add vim-organ
This commit is contained in:
parent
e1152e1628
commit
336a7c8d29
2 changed files with 7 additions and 0 deletions
6
vimrc
6
vimrc
|
|
@ -164,6 +164,12 @@ tnoremap <C-b> <C-\><C-n>
|
|||
xmap ga <Plug>(EasyAlign)
|
||||
nmap ga <Plug>(EasyAlign)
|
||||
|
||||
" organ
|
||||
if ! exists("g:organ_loaded")
|
||||
let g:organ_config = {}
|
||||
let g:organ_config.speedkeys = 1
|
||||
endif
|
||||
|
||||
" quick task list
|
||||
command Tasks Ag '(TODO|FIX(?:ME|)|HACK|XXX|OPT(?:IMIZE|)|BUG|WTF|NOTE|CHANGED|REVIEW|IDEA):?\s?(.+$)'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue