aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-17fix: time zone info is now shownjdhao
datetime.now() produces a naive datetime object which does not know tzinfo. So the '%z' has no effect. We need to convert it to time zone aware object using `datetime.astimezone()`.
2020-04-16refactor: remove update info from file headerjdhao
The file update info can be accessed from the file directly on the command line. We often forget to update the update field in the Python source file header, making this field rather useless. I have also set up the Neovim to show file update time on the title of terminal window. So there is no need to retain the update field in header comment.
2020-04-12docs: fix documentation errorsjdhao
2020-04-05update: add plugin vim-pythonsensejdhao
This plugin provides several Python-related text objects, such as `if`, `af`, `id`, `ad`.
2020-03-30chore: remove short url and replace with true urljdhao
2020-03-30update: improve snippetsjdhao
2020-03-17Update Nvim_setup.shjdhao
2020-03-17Update: remove the source part.jdhao
Sourcing bash_profile inside shell script does not work as expected. We should source it outside the script manually. See also: https://stackoverflow.com/questions/50156206/source-bash-profile-do-not-works-inside-a-bash-script
2020-03-17Update: add mapping to clear highlightingjdhao
2020-03-15Update: add grep programjdhao
2020-03-14Reduce image sizejdhao
2020-03-14Update Nvim_setup.shjdhao
2020-03-09Update READMEjdhao
2020-03-09Add emmet.vimjdhao
2020-03-09Add detail snippetjdhao
2020-03-08Update snippetsjdhao
2020-03-05Update READMEjdhao
2020-03-05Change cursor color and shapejdhao
2020-03-04Update fvim optionsjdhao
2020-02-24Update autocommandsjdhao
2020-02-24Detect pandoc filetypejdhao
2020-02-23Update READMEjdhao
2020-02-04update scroll settingsjdhao
2020-01-21Update python settingsjdhao
2020-01-14Update color theme pluginjdhao
2020-01-14Add nvim-pdb settingsjdhao
2020-01-14Conditional activation for fugitive.jdhao
2020-01-14Add explicit variable scopejdhao
2020-01-14Add debugger pluginjdhao
2020-01-13Update firenvim settings.jdhao
Make firenvim not take over the text area automatically. We need to activate it using a shortcut.
2020-01-12Remove textwidth for Markdownjdhao
2020-01-09Update plugins.vimjdhao
2020-01-09Update plugins.vimjdhao
2020-01-08Remove flake8 linter for Pythonjdhao
2020-01-07Use ALE for linting instead of Neomakejdhao
2020-01-06Update plugins.vimjdhao
2020-01-04Remove matrix since it is too slow on Macjdhao
2020-01-04Add the Matrix plugin for fun!jdhao
2020-01-04Update firenvim settingsjdhao
2020-01-01Revert change for Markdown filetypejdhao
2020-01-01Update options for Markdown filetypejdhao
2020-01-01Update firenvim settingjdhao
2020-01-01Update firenvim settingsjdhao
2020-01-01Add firenvimjdhao
2019-12-30Increase font size for fvimjdhao
2019-12-29Add toml supportjdhao
2019-12-29Update fvim settingsjdhao
See https://github.com/yatli/fvim/issues/108.
2019-12-27Update spelljdhao
2019-12-27Fix deoplete autocompletion issuejdhao
2019-12-26Add settings for fvimjdhao