Skip to content

Commit

Permalink
change default DirvishArg highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmk committed Jun 12, 2018
1 parent f637328 commit 91671d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/dirvish.vim
Expand Up @@ -28,7 +28,7 @@ nnoremap <silent> <Plug>(dirvish_vsplit_up) :<C-U>exe 'vsplit +Dirvish\ %:p'.rep
highlight default link DirvishSuffix SpecialKey
highlight default link DirvishPathTail Directory
highlight default link DirvishArg Keyword
highlight default link DirvishArg Todo

if mapcheck('-', 'n') ==# '' && !hasmapto('<Plug>(dirvish_up)', 'n')
nmap - <Plug>(dirvish_up)
Expand Down

0 comments on commit 91671d0

Please sign in to comment.