| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2019-12-29 | Add toml support | jdhao | |
| 2019-12-29 | Update fvim settings | jdhao | |
| See https://github.com/yatli/fvim/issues/108. | |||
| 2019-12-27 | Update spell | jdhao | |
| 2019-12-27 | Fix deoplete autocompletion issue | jdhao | |
| 2019-12-26 | Add settings for fvim | jdhao | |
| 2019-12-26 | Update Nvim_setup.sh | jdhao | |
| 2019-12-26 | Update leaderf ignore settings. | jdhao | |
| 2019-12-26 | Update markdown2ctags | jdhao | |
| 2019-12-26 | Update doc on Nvim install and setup | jdhao | |
| 2019-12-26 | Update documentation | jdhao | |
| 2019-12-25 | Update leaderf settings | jdhao | |
| 2019-12-25 | Reduce timeoutlen | jdhao | |
| 2019-12-24 | increase timeoutlen | jdhao | |
| 2019-12-24 | Remove SimpylFold | jdhao | |
| 2019-12-24 | Add neoformat | jdhao | |
| 2019-12-24 | Update leaderf setting | jdhao | |
| 2019-12-24 | Update all.snippets | jdhao | |
| 2019-12-23 | Add emoji support. | jdhao | |
| 2019-12-22 | Update Markdown snippets | jdhao | |
| 2019-12-21 | Update meta markdown snippets | jdhao | |
| The original snippet use vim interpolation and the date keeps changing while we are inside the snippet region, which is not desired. According to https://www.youtube.com/watch?v=JJQYwt6Diro, we can use Python interpolation and check if snip.c is empty to see if the interpolation has been finished. If the interpolation has finished (snip.c is empty in this condition), the date will be fixed and does not change when we are inside the snippet region. | |||
