| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-05 | remove mentioning of vim-airline | jdhao | |
| 2021-12-04 | update default value of option 'wrap' | jdhao | |
| 2021-12-01 | [v0.6] default value for option inccommand and joinspaces changed | jdhao | |
| 2021-12-01 | [v0.6] backupdir will be created by default | jdhao | |
| No need to create the backupdir manually. | |||
| 2021-11-03 | less timeout | jdhao | |
| 2021-10-31 | remove redundant fold marks | jdhao | |
| 2021-10-24 | update diff option | jdhao | |
| 2021-10-23 | update diffopt | jdhao | |
| Use historgram diff algorithm, which semes better at showing code changes. | |||
| 2021-10-22 | reduce updatetime | jdhao | |
| 2021-10-21 | add option winblend | jdhao | |
| 2021-10-16 | re-add number to spellsuggest | jdhao | |
| Adding number to spellsuggest slows down neovim/vim dramatically previously, see jdhao/nvim-config@84ddd0c5f, and this issue is fix in neovim/neovim@94cb3b4b35. | |||
| 2021-10-11 | timeout | jdhao | |
| 2021-10-11 | update ignore files | jdhao | |
| 2021-09-06 | update wildignore and backupskip settings | jdhao | |
| 2021-08-18 | Use nvim-hlslens instead of vim-anzu | jdhao | |
| 2021-08-18 | update option | jdhao | |
| 2021-08-08 | Neovim --> Nvim | jdhao | |
| 2021-08-07 | chore: formatting and fix spell errors | jdhao | |
| 2021-07-19 | Move options to one place | jdhao | |
| 2021-07-09 | Add backup for files | jdhao | |
| 2021-04-14 | Remove cursorline | jdhao | |
| 2021-03-23 | update ignore settings | jdhao | |
| 2021-03-11 | Change how non-breakable space is shown | jdhao | |
| 2021-02-17 | Move cursor color autocmd to autocommands script | jdhao | |
| 2021-01-20 | Update isfname option | jdhao | |
| Colon is a valid character for file path on Windows. | |||
| 2021-01-20 | Update isfname option | jdhao | |
| These characters should not be used in file names. | |||
| 2021-01-17 | Remove number from spell suggestion | jdhao | |
| It seems that adding number to the default spell suggestion (fast) will make Neovim super slow when we press z= for spell suggestions. Without that number, Neovim will be super responsive. See also vim/vim#4087. | |||
| 2020-11-10 | update signcolumn option | jdhao | |
| For git project, diagnostics and git gutter sign may fight each other if sign column is not wide enough. | |||
| 2020-11-09 | more ignore files | jdhao | |
| 2020-11-08 | refactor: move titlestring method to autoload dir | jdhao | |
| 2020-11-08 | Do no show file time for not listed buffers. | jdhao | |
| 2020-11-01 | update wildignore settings | jdhao | |
| 2020-10-31 | Hide the annoying ~ at the end of current buffer. | jdhao | |
| See also https://github.com/neovim/neovim/issues/2067. | |||
| 2020-10-31 | move custom settings to core/ directory | jdhao | |
