aboutsummaryrefslogtreecommitdiff
path: root/after
AgeCommit message (Collapse)Author
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-03-30chore: remove short url and replace with true urljdhao
2020-01-21Update python settingsjdhao
2020-01-01Revert change for Markdown filetypejdhao
2020-01-01Update options for Markdown filetypejdhao
2019-12-29Add toml supportjdhao
2019-12-15Change conceal settings for Markdownjdhao
2019-12-09Fix an issue with AsyncRun.vimjdhao
Change the output of Python from Buffered to Unbuffered so that we can see the command output immediately instead of waiting for the command to finish to see the output. See https://github.com/skywind3000/asyncrun.vim/wiki/FAQ#cant-see-the-realtime-output-when-running-a-python-script and https://stackoverflow.com/questions/107705/disable-output-buffering.
2019-12-06Add mapping for running Python script asynchronouslyjdhao
2019-11-30Do not use colorcolumn for text filetypejdhao
2019-11-14Remove mappings for Python filetype.jdhao
Use quickrun to execute Python source files.
2019-09-12Simplify init.vim and move settings to autoload and after directoryjdhao