1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00
Commit Graph

55 Commits

Author SHA1 Message Date
jdhao 5771a86c0d Fix an issue with AsyncRun.vim
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-09 16:22:19 +08:00
jdhao 57047f91f9 Add mapping for running Python script asynchronously 2019-12-06 20:29:33 +08:00
jdhao 92cec98f25 Do not use colorcolumn for text filetype 2019-11-30 23:17:03 +08:00
jdhao f3f073d6ef Remove mappings for Python filetype.
Use quickrun to execute Python source files.
2019-11-14 15:18:21 +08:00
jdhao 6428422cbd Simplify init.vim and move settings to autoload and after directory 2019-09-12 21:29:00 +08:00