aboutsummaryrefslogtreecommitdiff
path: root/after
AgeCommit message (Collapse)Author
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