Skip to content

Commit

Permalink
[MOD] change Previm plugin and UML preview avairable
Browse files Browse the repository at this point in the history
  • Loading branch information
slme9364 committed Dec 31, 2017
1 parent 9029b4a commit 275b63a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vim/nvim/dein.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ source ~/.config/nvim/plugins/markdown.rc.vim
repo = 'tyru/open-browser.vim'

[[plugins]]
repo = 'kannokanno/previm'
repo = 'kazuph/previm'
rev = 'feature/add-plantuml-plugin'
hook_add = '''
source ~/.config/nvim/plugins/previm.rc.vim
'''
Expand Down
1 change: 1 addition & 0 deletions vim/nvim/plugins/previm.rc.vim
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
let g:previm_open_cmd = 'firefox'
nnoremap <silent><Space><Space>k :<C-u>PrevimOpen<CR>

0 comments on commit 275b63a

Please sign in to comment.