| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-17 | use legacy version of fidget for now | jdhao | |
| 2023-05-22 | update conf for nvim-dashboard | jdhao | |
| 2023-05-07 | remove impatient.nvim | jdhao | |
| It is not needed since nvim 0.9.0 | |||
| 2023-04-05 | nvim-tree: update other references | Callahan Kovacs | |
| Signed-off-by: Callahan Kovacs <callahankovacs@gmail.com> | |||
| 2023-03-30 | nvim-tree: use api and new repository url | Callahan Kovacs | |
| Signed-off-by: Callahan Kovacs <callahankovacs@gmail.com> | |||
| 2022-12-14 | use yanky.nvim to replace vim-yoink (#168) | jdhao | |
| 2022-11-16 | update colorscheme list | jdhao | |
| - remove other gruvbox variant - remove doom-one casue it has bugs - add more colorschemes | |||
| 2022-11-15 | chore: relax vimtex install condition | jdhao | |
| 2022-11-01 | remove smooth scroll | jdhao | |
| I do not really need it. | |||
| 2022-11-01 | chore: add notification for packer compile | jdhao | |
| Also move the autocmd location. | |||
| 2022-10-16 | remove vim-json | jdhao | |
| rarely used and it changes the conceal settings | |||
| 2022-10-16 | refactor: make packer installation a function | jdhao | |
| 2022-10-05 | remove vim-asterisk | jdhao | |
| The * can now search selected text by default. The cursor stay feature can also be simulated. | |||
| 2022-10-04 | update markdown-preview.nvim install method | jdhao | |
| 2022-09-28 | update repo link for transferred plugins | jdhao | |
| 2022-09-28 | update conf related to firenvim | jdhao | |
| 1. Change autocmd for buffers started by firenivm, it seems that BufNewFile does not work as intended, in contrast, BufEnter, BufRead, BufWinEnter seem to work. 2. Disable several plugins if we are using firenvim, these plugins include dashboard-nvim, lualine, bufferline.nvim | |||
| 2022-09-10 | format with stylua | jdhao | |
| 2022-09-08 | remove unused plugins | jdhao | |
| 2022-09-08 | use gitsigns instead of signify | jdhao | |
| 2022-09-08 | update mapping | jdhao | |
| 2022-09-05 | better-escape.vim is now under nvim-zh org | jdhao | |
| 2022-09-05 | add plugin gitlinkder.nvim | jdhao | |
| 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 | |
