Skip to content

Commit 33c1be9

Browse files
committed
vim-markdown-preview and vim-js-context-coloring
1 parent 427d985 commit 33c1be9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.vimrc

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Plug 'vim-airline/vim-airline'
1616
Plug 'tomasiser/vim-code-dark'
1717
Plug 'janko-m/vim-test'
1818
Plug 'tmsvg/pear-tree'
19+
Plug 'JamshedVesuna/vim-markdown-preview'
20+
Plug 'bigfish/vim-js-context-coloring'
1921
call plug#end()
2022

2123
let mapleader="\<Space>"
@@ -128,6 +130,9 @@ set wildignore+=*/node_modules/*,.git
128130
" ack
129131
nmap <leader>s :Ack! ""<Left>
130132
133+
" markdown-preview
134+
let vim_markdown_preview_github=1
135+
131136
" ale
132137
let g:ale_linters = {'javascript': ['eslint']}
133138
let g:ale_fixers = {}

0 commit comments

Comments
 (0)