| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-26 | change vim script style from 4-space indent to 2-space | jdhao | |
| 2020-09-26 | update option.vim | jdhao | |
| 2020-09-25 | remove colorcolumn option | jdhao | |
| we can set it per filetype | |||
| 2020-09-24 | fix style issues as per vint | jdhao | |
| 2020-09-23 | move guicursor setting to option.vim | jdhao | |
| 2020-05-22 | Update options.vim | jdhao | |
| 2020-05-13 | do not set clipboard when no provider is found | jdhao | |
| When there is no clipboard provider but we set the `clipboard` option, using the `:yank` command will produce a warning message. We need to check if a clipboard provider exists before setting up the clipboard option, see also [this issue](https://github.com/neovim/neovim/issues/12305). | |||
| 2020-05-08 | remove dictionary completion | jdhao | |
| Dictionary completion is rather useless and hangs Neovim when accidentally triggered. It is better to remove it entirely. | |||
| 2020-05-05 | update titlestring style | jdhao | |
| 2020-03-30 | chore: remove short url and replace with true url | jdhao | |
| 2020-03-15 | Update: add grep program | jdhao | |
| 2019-12-27 | Fix deoplete autocompletion issue | jdhao | |
| 2019-12-25 | Reduce timeoutlen | jdhao | |
| 2019-12-24 | increase timeoutlen | jdhao | |
| 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-09 | Update spell settings | jdhao | |
| 2019-11-27 | Update mouse option | jdhao | |
| Click mouse in normal mode will easily select words and enter visual mode, which is annoying. So disable mouse in visual mode. | |||
| 2019-11-19 | The mouse feature is assumed by default. | jdhao | |
| 2019-11-19 | Update option synmaxcol | jdhao | |
| The synmaxcol option must be set to a relatively large value, or syntax highlighting may not work correctly after long lines. | |||
| 2019-11-16 | Update backupcopy option | jdhao | |
| 2019-11-16 | Update backup settings | jdhao | |
| 2019-11-14 | Enable mouse in insert mode | jdhao | |
| 2019-11-14 | Do not ignore PDF files | jdhao | |
| 2019-11-09 | Adjust certain options | jdhao | |
| 2019-11-05 | Remove pumblend. | jdhao | |
| pumblend options does not work well for terminals which does not support true colors | |||
| 2019-11-05 | Change wildignore setting | jdhao | |
| 2019-11-03 | Split titlestring for easier interpretation | jdhao | |
| 2019-10-24 | Do not use annoying visual bells. | jdhao | |
| 2019-09-28 | Remove ambiwidth setting | jdhao | |
| ambiwidth setting gobbles color columns | |||
| 2019-09-26 | Split large nvim config into several files for easier management | jdhao | |
