Skip to content

Commit

Permalink
Merge pull request #47 from arcticicestudio/feature/gh-45-vim-livedow…
Browse files Browse the repository at this point in the history
…n-plugin

Add vim-livedown
  • Loading branch information
arcticicestudio authored Oct 30, 2017
2 parents c70a440 + d3064b6 commit 3948063
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions snowblocks/vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Plug 'mattn/emmet-vim'
Plug 'davidhalter/jedi-vim'
Plug 'Townk/vim-autoclose'
Plug 'tpope/vim-fugitive'
Plug 'shime/vim-livedown'
if v:version >= 704
Plug 'honza/vim-snippets'
Plug 'SirVer/ultisnips'
Expand Down Expand Up @@ -114,6 +115,13 @@ let g:javascript_enable_domhtmlcss = 1
let g:javascript_plugin_jsdoc = 1
let g:javascript_plugin_flow = 1

"+--- shime/vim-livedown ---+
" Automatically show the preview upon opening Markdown buffer
let g:livedown_autorun = 0
" Open the browser window upon previewing
let g:livedown_open = 1
let g:livedown_port = 1337

"+--- SirVer/ultisnips ---+
let g:UltiSnipsExpandTrigger="<tab>"
let g:UltiSnipsJumpForwardTrigger="<tab>"
Expand Down

0 comments on commit 3948063

Please sign in to comment.