| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-17 | Update README | jdhao | |
| 2021-10-16 | Set theme jekyll-theme-dinky | jdhao | |
| 2021-10-16 | Set theme jekyll-theme-tactile | jdhao | |
| 2021-10-16 | Set theme jekyll-theme-modernist | jdhao | |
| 2021-10-16 | Set theme jekyll-theme-architect | jdhao | |
| 2021-10-16 | update README | jdhao | |
| 2021-10-16 | Add warning for deprecated mappings | 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-16 | fix error caused by removal of vim-auto-save | jdhao | |
| 2021-10-16 | change LeaderF mappings | jdhao | |
| Make the mapping consistent | |||
| 2021-10-16 | update indentBlankline conf | jdhao | |
| 2021-10-16 | replace vim-auto-save with AutoSave.nvim | jdhao | |
| 2021-10-16 | fix nightfox colorscheme path | jdhao | |
| 2021-10-15 | refactor: load colorschemes randomly | jdhao | |
| In Emacs, there is `seq-random-elt` which randomly selects an element from a sequence. We mimic it here in Neovim. Ref: https://www.gnu.org/software/emacs/manual/html_node/elisp/Sequence-Functions.html. | |||
| 2021-10-15 | add colorscheme nightfox | jdhao | |
| 2021-10-11 | update README | jdhao | |
| 2021-10-11 | update mapping | jdhao | |
| 2021-10-11 | update spell file | jdhao | |
| 2021-10-11 | do not shadow default keys in normal mode | jdhao | |
| It causes delay (we have to wait timeoutlen milliseconds) when we want to use the key's original command. | |||
| 2021-10-11 | timeout | jdhao | |
| 2021-10-11 | update ignore files | jdhao | |
| 2021-10-10 | update which-key conf | jdhao | |
| 2021-10-07 | update README | jdhao | |
| 2021-10-07 | add which-key.nvim | jdhao | |
| 2021-10-06 | update theme doom-one settings | jdhao | |
| 2021-09-23 | show border for diagnostics floating window | jdhao | |
| 2021-09-09 | update registers.nvim settings | jdhao | |
| 2021-09-07 | vim-toml use main branch as default | jdhao | |
| 2021-09-07 | update cpp snippet | jdhao | |
| 2021-09-06 | update wildignore and backupskip settings | jdhao | |
| 2021-09-04 | update Linux install script | jdhao | |
| 2021-09-03 | update delimitMate setting for Python | jdhao | |
| 2021-09-02 | update cpp snippets | jdhao | |
| 2021-09-01 | update zen-mode.nvim settings | jdhao | |
| FileType autocmd may be triggered unexpectedly so that ZenMode command is called at the wrong time. | |||
| 2021-08-31 | Make more plugins as opt plugins | jdhao | |
| 2021-08-30 | update README | jdhao | |
| 2021-08-30 | Add plugin zen-mode.nvim | jdhao | |
| 2021-08-28 | Move vimSum to opt | jdhao | |
| 2021-08-28 | only use treesitter for macOS | jdhao | |
| 2021-08-27 | update bufferline.nvim settings | jdhao | |
| 2021-08-27 | Make more plugins opt | jdhao | |
| 2021-08-27 | Colorscheme plugins as opt plugins | jdhao | |
| 2021-08-26 | update leaderf settings | jdhao | |
| 2021-08-25 | Remove chadTree | jdhao | |
| I rarely use it and it is updated everyday with a meaningless bot, which is really annoying for me. | |||
| 2021-08-25 | Revert "fix: loading order not correct for committia and vim-fugitive" | jdhao | |
| This reverts commit 236462864fd57eddaad5a75e35ea463eb144d62d. committia does not depends on vim-fugitive. | |||
| 2021-08-25 | No need to use packadd for packer | jdhao | |
| It is a start plugin that will be loaded automatically. | |||
| 2021-08-25 | update spell file | jdhao | |
| 2021-08-25 | fix: loading order not correct for committia and vim-fugitive | jdhao | |
| 2021-08-25 | fix typo: require --> requires | jdhao | |
| 2021-08-23 | Add treesitter parser for vim script again | jdhao | |
