| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-23 | add plugin cmp-buffer | jdhao | |
| 2021-10-23 | remove solarized color theme | jdhao | |
| It sucks for viewing diff. | |||
| 2021-10-23 | add global variable logging_level | jdhao | |
| 2021-10-23 | add lspkind.nvim | jdhao | |
| 2021-10-22 | change vim-airline and vim-airlinethemes load condition | jdhao | |
| vim-airline needs to be loaded after vim-signify, otherwise the git signs won't show on the statusline. | |||
| 2021-10-22 | change how lua conf is invoked | jdhao | |
| 2021-10-22 | remove some plugins | jdhao | |
| 2021-10-21 | update plugin load conf | jdhao | |
| 2021-10-21 | update vim-airline and vim-airline-themes load condition | jdhao | |
| 2021-10-21 | only use cmp-emoji on macOS | jdhao | |
| 2021-10-21 | disable autosave for plugins.lua | jdhao | |
| 2021-10-21 | update bufferline conf | jdhao | |
| 2021-10-20 | update plugin load condition | jdhao | |
| 2021-10-20 | disable auto-preview of bqf | jdhao | |
| 2021-10-20 | fix package root directory issue | jdhao | |
| Expose a new global variable package_home. | |||
| 2021-10-20 | Only use indent-blankline on normal mode | jdhao | |
| In insert mode, it is distracting for editing. | |||
| 2021-10-20 | update theme list | jdhao | |
| Colorscheme vim-deus and solarized8 works badly for indent-blankline, so remove them. | |||
| 2021-10-19 | update cmp lazy load condition | jdhao | |
| If we use InsertEnter, cmp may not be activated the first time we go to insert mode. I have to go to insert mode a second time to activate auto-completion, which is annoying. | |||
| 2021-10-19 | update cmp settings | jdhao | |
| 2021-10-18 | replace vim-sneak with hop.nvim | jdhao | |
| 2021-10-18 | use local variable | jdhao | |
| 2021-10-18 | nvim-notify update | jdhao | |
| 2021-10-18 | transition from nvim-compe to nvim-cmp | jdhao | |
| 2021-10-18 | add hop.nvim | jdhao | |
| 2021-10-18 | add Telescope and its extensions | jdhao | |
| 2021-10-17 | which-key conf | jdhao | |
| 2021-10-17 | update which-key.nvim conf | jdhao | |
| 2021-10-17 | remove registers.nvim | jdhao | |
| Which-key.nvim can show register content too, with much more features. I found this info on https://toroid.org/modern-neovim. | |||
| 2021-10-17 | remove some dead mappings | jdhao | |
| I am not really sure what they do anyway. | |||
| 2021-10-16 | update indentBlankline conf | jdhao | |
| 2021-10-16 | replace vim-auto-save with AutoSave.nvim | jdhao | |
| 2021-10-15 | add colorscheme nightfox | jdhao | |
| 2021-10-10 | update which-key conf | jdhao | |
| 2021-10-07 | add which-key.nvim | 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-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 | 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-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 | fix: loading order not correct for committia and vim-fugitive | jdhao | |
| 2021-08-25 | fix typo: require --> requires | jdhao | |
