| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-22 | chore: remove trailing white spaces | jdhao | |
| 2020-04-22 | docs: update README | jdhao | |
| 2020-04-20 | update settings for cpp/c language | jdhao | |
| 2020-04-18 | update: add cpp/c support. | jdhao | |
| 2020-04-17 | update: add new mapping to copy the buffer. | jdhao | |
| 2020-04-17 | fix: time zone info is now shown | jdhao | |
| 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-16 | refactor: remove update info from file header | jdhao | |
| 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-12 | docs: fix documentation errors | jdhao | |
| 2020-04-05 | update: add plugin vim-pythonsense | jdhao | |
| This plugin provides several Python-related text objects, such as `if`, `af`, `id`, `ad`. | |||
| 2020-03-30 | chore: remove short url and replace with true url | jdhao | |
| 2020-03-30 | update: improve snippets | jdhao | |
| 2020-03-17 | Update Nvim_setup.sh | jdhao | |
| 2020-03-17 | Update: 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-17 | Update: add mapping to clear highlighting | jdhao | |
| 2020-03-15 | Update: add grep program | jdhao | |
| 2020-03-14 | Reduce image size | jdhao | |
| 2020-03-14 | Update Nvim_setup.sh | jdhao | |
| 2020-03-09 | Update README | jdhao | |
| 2020-03-09 | Add emmet.vim | jdhao | |
| 2020-03-09 | Add detail snippet | jdhao | |
| 2020-03-08 | Update snippets | jdhao | |
| 2020-03-05 | Update README | jdhao | |
| 2020-03-05 | Change cursor color and shape | jdhao | |
| 2020-03-04 | Update fvim options | jdhao | |
| 2020-02-24 | Update autocommands | jdhao | |
| 2020-02-24 | Detect pandoc filetype | jdhao | |
| 2020-02-23 | Update README | jdhao | |
| 2020-02-04 | update scroll settings | jdhao | |
| 2020-01-21 | Update python settings | jdhao | |
| 2020-01-14 | Update color theme plugin | jdhao | |
| 2020-01-14 | Add nvim-pdb settings | jdhao | |
| 2020-01-14 | Conditional activation for fugitive. | jdhao | |
| 2020-01-14 | Add explicit variable scope | jdhao | |
| 2020-01-14 | Add debugger plugin | jdhao | |
| 2020-01-13 | Update firenvim settings. | jdhao | |
| Make firenvim not take over the text area automatically. We need to activate it using a shortcut. | |||
| 2020-01-12 | Remove textwidth for Markdown | jdhao | |
| 2020-01-09 | Update plugins.vim | jdhao | |
| 2020-01-09 | Update plugins.vim | jdhao | |
| 2020-01-08 | Remove flake8 linter for Python | jdhao | |
| 2020-01-07 | Use ALE for linting instead of Neomake | jdhao | |
| 2020-01-06 | Update plugins.vim | jdhao | |
| 2020-01-04 | Remove matrix since it is too slow on Mac | jdhao | |
| 2020-01-04 | Add the Matrix plugin for fun! | jdhao | |
| 2020-01-04 | Update firenvim settings | jdhao | |
| 2020-01-01 | Revert change for Markdown filetype | jdhao | |
| 2020-01-01 | Update options for Markdown filetype | jdhao | |
| 2020-01-01 | Update firenvim setting | jdhao | |
| 2020-01-01 | Update firenvim settings | jdhao | |
| 2020-01-01 | Add firenvim | jdhao | |
| 2019-12-30 | Increase font size for fvim | jdhao | |
