| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2019-12-20 | Update all.snippets | jdhao | |
| 2019-12-19 | Remove unsuitable airline themes | jdhao | |
| 2019-12-19 | Update markdown.snippets | jdhao | |
| 2019-12-19 | Update Markdown front matter snip trigger | jdhao | |
| 2019-12-18 | Add markdown header snippets | jdhao | |
| Now we can type h1, h2, ..., h6 and press <Tab> to generate header of corresponding level. It is more intuitive than vim-snippets's default snippets for headers, i.e., sec, ssec, and so on. | |||
| 2019-12-16 | Change plugin ale repo | jdhao | |
| Plug ale has been transferred to a group. | |||
| 2019-12-15 | Change conceal settings for Markdown | jdhao | |
| 2019-12-13 | Update options.vim | jdhao | |
| 2019-12-13 | Update options.vim | jdhao | |
| 2019-12-11 | Update vim-plug install logic | jdhao | |
| 2019-12-10 | Update plugin matchup setting | jdhao | |
| 2019-12-09 | Merge branch 'master' of https://github.com/jdhao/nvim-config | jdhao | |
| 2019-12-09 | Update system check method | jdhao | |
| 2019-12-09 | Fix an issue with AsyncRun.vim | jdhao | |
| 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 | Fix asyncrun command output issue for Chinese | jdhao | |
| The command output returned by Windows system may not be encoded in utf-8 format. We need to set the format explicitly. | |||
