mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Merge pull request #293 from dmitmel/master
[pull] master from dmitmel:master
This commit is contained in:
commit
ca4a7b0b13
2 changed files with 2 additions and 1 deletions
1
nvim/ftdetect/crosscode.vim
Normal file
1
nvim/ftdetect/crosscode.vim
Normal file
|
@ -0,0 +1 @@
|
|||
au BufNewFile,BufRead *.json.patch setf json
|
|
@ -64,7 +64,7 @@ let md = markdownIt({
|
|||
},
|
||||
});
|
||||
md.use(markdownItTaskCheckbox);
|
||||
md.use(markdownItEmoji);
|
||||
md.use(markdownItEmoji, { shortcuts: {} });
|
||||
md.use(markdownItHeaderAnchors);
|
||||
|
||||
let markdownDocument = fs.readFileSync(args.INPUT_FILE || 0, args.input_encoding);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue