mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 02:25:11 +01:00
Compare commits
2 Commits
7497d196f0
...
e4bb09e1d8
| Author | SHA1 | Date | |
|---|---|---|---|
| e4bb09e1d8 | |||
| 77c90d11ac |
4
.vimrc
4
.vimrc
@@ -406,6 +406,10 @@ let g:vim_markdown_fenced_languages = ['c++=cpp', 'viml=vim', 'bash=sh', 'ini=do
|
|||||||
Plug 'skanehira/preview-markdown.vim'
|
Plug 'skanehira/preview-markdown.vim'
|
||||||
let g:preview_markdown_vertical = 1
|
let g:preview_markdown_vertical = 1
|
||||||
|
|
||||||
|
" Navigate through and from markdown files
|
||||||
|
"Plug 'chmp/mdnav'
|
||||||
|
Plug 'aquatix/mdnav', { 'branch': 'fixes' }
|
||||||
|
|
||||||
|
|
||||||
" The NERD Commenter: A plugin that allows for easy commenting of code for
|
" The NERD Commenter: A plugin that allows for easy commenting of code for
|
||||||
" many filetypes.
|
" many filetypes.
|
||||||
|
|||||||
Reference in New Issue
Block a user