-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3fab5e9
commit 9a2d9c0
Showing
5 changed files
with
10 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
" vim: set sw=4 ts=4 sts=4 et foldmethod=marker spell: | ||
" mkdx Configuration | ||
|
||
let g:mkdx#settings = { 'highlight': { 'enable': 1 }, | ||
" https://github.com/SidOfc/mkdx/issues/151#issuecomment-846188322 | ||
call mkdx#configure({ | ||
\ 'highlight': { 'enable': 1 }, | ||
\ 'enter': { 'shift': 1 }, | ||
\ 'links': { 'external': { 'enable': 1 } }, | ||
\ 'toc': { 'text': 'Table of Contents', 'update_on_write': 1 }, | ||
\ 'fold': { 'enable': 0 } } | ||
\ 'toc': { | ||
\ 'text': 'Table of Contents', | ||
\ 'update_on_write': 1 }, | ||
\ 'fold': { 'enable': 1 } }) | ||
" for vim-polyglot users, it loads Plasticboy's markdown | ||
" plugin which unfortunately interferes with mkdx list indentation. | ||
let g:polyglot_disabled = ['markdown'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
dotfile | ||
dotfile | ||
dotfiles |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters