| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2019-12-09 | Update spell settings | jdhao | |
| 2019-12-08 | Add Google Vimscript style guide | jdhao | |
| 2019-12-08 | Turn global variable to local | jdhao | |
| A variable without scope is global by default, see http://rbtnn.hateblo.jp/entry/2014/12/28/010913 | |||
| 2019-12-06 | Update spell | jdhao | |
| 2019-12-06 | Add mapping for running Python script asynchronously | jdhao | |
| 2019-12-06 | Add async support for external command | jdhao | |
| Use asyncrun.vim for now. May switch to Dispatch later. | |||
| 2019-12-05 | Add snippet for Python | jdhao | |
| 2019-12-04 | Show current search item in different color | jdhao | |
| 2019-12-03 | Update Markdown snippets | jdhao | |
| 2019-12-03 | Update semshi install command | jdhao | |
| It seems that using for option for vim-plug will cause problem. Ref: https://github.com/numirias/semshi/issues/59 | |||
| 2019-12-02 | Update random airline theme candidate | jdhao | |
| 2019-11-30 | Do not use colorcolumn for text filetype | jdhao | |
| 2019-11-30 | Merge branch 'master' of https://github.com/jdhao/nvim-config | jdhao | |
| 2019-11-30 | Open nvim config in a different tab | jdhao | |
| 2019-11-29 | Disable loading matchit plugin | jdhao | |
| Add the global variable identifier to loaded_matchit variable | |||
| 2019-11-29 | Replace nerdcommenter with commentary | jdhao | |
| 2019-11-28 | Remove some color themes | jdhao | |
