| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-31 | update packer conf | jdhao | |
| 2022-08-26 | fix parameter for vim.notify | jdhao | |
| 2022-08-23 | fix some typos | jdhao | |
| 2022-08-19 | feat: auto-install plugins for fresh install | jdhao | |
| 2022-08-14 | add fidget-nvim for lsp-progress | jdhao | |
| 2022-08-13 | make dashboard-nvim an opt plugin | jdhao | |
| 2022-08-07 | remove alpha-nvim, use dashboard-nvim | jdhao | |
| 2022-08-01 | revert to vim-auto-save | jdhao | |
| auto-save.nvim is erroring out | |||
| 2022-07-28 | add theme catppuccin | jdhao | |
| 2022-07-28 | update packer config | jdhao | |
| 2022-07-27 | use emmylua-nvim instead of cmp-nvim-lua for better completion | jdhao | |
| 2022-05-29 | disable alpha-nvim | jdhao | |
| There are errors with nvim 0.7. | |||
| 2022-05-15 | refactor: local fn = vim.fn | jdhao | |
| 2022-05-15 | change location of packer_compiled.lua | jdhao | |
| 2022-05-04 | update nvim-cmp conf | jdhao | |
| The issue has been fixed by the maintainer. | |||
| 2022-05-04 | fix nvim-cmp issue, see hrsh7th/nvim-cmp#964 | jdhao | |
| 2022-04-03 | chore: use ft for FileType lazyloading | jdhao | |
| 2022-03-14 | add cmp-omni for working with tex | jdhao | |
| 2022-02-08 | [breaking change] remove direct reference to fastgit | jdhao | |
| fastgit may be blocked by GFW (see https://t.me/fastgitchannel/81), so hard-coding its URL is not a good option. Using git URL rewrite feature is a better choice: https://jdhao.github.io/2021/11/27/git_notes_s4/#use-a-git-mirror-site-for-cloning. This is a breaking change, since previously I use hub.fastgit.org as the url, now the url will be default github.com unless the user change it using the above mentioned method to change the cloning URL. | |||
| 2022-02-05 | Use nvim-tree as file explorer when we open a folder | jdhao | |
| netrw plugin needs to be disabled, and nvim-tree needs to be start package. Otherwise, the hijacking won't work, and when we open a folder, it just open a new file with the same name. | |||
| 2022-02-05 | add plugin nvim-tree.lua | jdhao | |
| 2022-01-23 | change load condition of lspkind-nvim | jdhao | |
| If we use BufEnter, nvim-cmp autocompletion may not work sometimes, which is really annoying | |||
| 2022-01-09 | add plugin vim-conflicted for merge conflict handling | jdhao | |
| 2021-12-23 | add colorscheme kanagawa | jdhao | |
| 2021-12-19 | update plugin.lua | jdhao | |
| 2021-12-12 | remove plugin vim-cool | jdhao | |
| nvim-hlslens can replace it if calm_down option is enabled. | |||
| 2021-12-12 | remove plugin semshi | jdhao | |
| 2021-12-11 | update plugin load condition | jdhao | |
| 2021-12-11 | update nvim-hlslens settings | jdhao | |
| 2021-12-06 | make impatient.nvim the first plugin | jdhao | |
| 2021-12-06 | lazyload lua plugins | jdhao | |
| 2021-12-06 | remove plugin gutentags | jdhao | |
| I rarely use it. | |||
| 2021-12-05 | update lualine conf | jdhao | |
| 2021-12-05 | replace vim-airline with lualine | jdhao | |
| Lualine is now feature-rich and faster than vim-airline. | |||
| 2021-12-04 | use main branch of nvim-hlslens | jdhao | |
| 2021-12-03 | reduce startup time using impatient.nvim | jdhao | |
| 2021-11-23 | remove plugin vim-searchlight | jdhao | |
| It can be replaced by nvim-hlslens | |||
| 2021-11-22 | use branch dev of nvim-hlslens | jdhao | |
| Master version has a bug where text is wrongly highlighted. | |||
| 2021-11-21 | reword warning msg | jdhao | |
| 2021-11-21 | update packer-related instructions | jdhao | |
| 2021-11-07 | make alpah-nvim opt | jdhao | |
| 2021-11-07 | change location of packer_compiled.lua | jdhao | |
| Putting this file under ~/.config/nvim/plugin may cause problems since script under plugin/ will be loaded automatically. | |||
| 2021-11-01 | move whitespace utility into separate plugins | jdhao | |
| 2021-10-29 | add plugin alpha-nvim | jdhao | |
| 2021-10-28 | add cmp-cmdline for consideration | jdhao | |
| 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 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 | remove some plugins | jdhao | |
