Skip to content

Commit

Permalink
Merge pull request #41 from arcticicestudio/improvement/gh-38-plastic…
Browse files Browse the repository at this point in the history
…boy_vim-markdown

Add Markdown plugin plasticboy/vim-markdown
  • Loading branch information
arcticicestudio authored Oct 30, 2017
2 parents 54c3595 + 711a5c4 commit c2d9cb4
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions snowblocks/vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,29 @@
"+ Plugins +
"+---------+
call plug#begin(expand('~/.vim/plugged'))
"+--- IDE / Workflow ---+
Plug 'mattn/emmet-vim'
Plug 'Yggdroot/indentLine'
Plug 'davidhalter/jedi-vim'
Plug 'Townk/vim-autoclose'
Plug 'tpope/vim-fugitive'
if v:version >= 704
Plug 'honza/vim-snippets'
Plug 'SirVer/ultisnips'
endif

"+--- UI ---+
Plug 'Yggdroot/indentLine'
Plug 'itchyny/lightline.vim'
Plug 'scrooloose/nerdtree'
Plug 'Townk/vim-autoclose'
Plug 'gorodinskiy/vim-coloresque'
Plug 'tpope/vim-fugitive'
Plug 'airblade/vim-gitgutter'

"+--- Syntax ---+
Plug 'pangloss/vim-javascript'
Plug 'plasticboy/vim-markdown'

"+--- Color Themes ---+
Plug 'arcticicestudio/nord-vim'

if v:version >= 704
Plug 'honza/vim-snippets'
Plug 'SirVer/ultisnips'
endif
call plug#end()

"+--- Yggdroot/indentLine ---+
Expand Down

0 comments on commit c2d9cb4

Please sign in to comment.