aboutsummaryrefslogtreecommitdiff
path: root/after/ftplugin/markdown.vim
AgeCommit message (Collapse)Author
2021-12-04update default value of option 'wrap'jdhao
2021-07-31chore: update docs and code for markdown list functionjdhao
2021-02-23Add mappings for Markdownjdhao
Use + to turn lines to an unordered list quickly.
2020-11-12update vim-markdownfootnote settingsjdhao
2020-11-12Add text objects for Markdown fenced code blocks.jdhao
2020-10-11minor updatejdhao
2020-09-26change vim script style from 4-space indent to 2-spacejdhao
2020-09-24fix style issues as per vintjdhao
2020-08-11fix markdownfootnote issue jdhao
see https://github.com/vim-pandoc/vim-markdownfootnotes/issues/22 for the details
2020-05-18update max syntax column for Markdownjdhao
This value is set to a large number mainly for long Chinese paragraphs. Since I do not want to hard-wrap long Chinese paragraphs, some paragraphs tend to be long in raw bytes.
2020-01-01Revert change for Markdown filetypejdhao
2020-01-01Update options for Markdown filetypejdhao
2019-12-15Change conceal settings for Markdownjdhao