aboutsummaryrefslogtreecommitdiff
path: root/after/ftplugin/python.vim
AgeCommit message (Collapse)Author
2021-09-03update delimitMate setting for Pythonjdhao
2020-11-26make mapping buffer localjdhao
2020-10-19add <C-U> in mappings that use command where appropriatejdhao
2020-09-26change vim script style from 4-space indent to 2-spacejdhao
2020-09-17use larger length for a line of codejdhao
2020-01-21Update python settingsjdhao
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-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