| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-11 | update to nvim 0.9.4 | jdhao | |
| 2023-10-03 | remove obsolete option for indent-blankline | jdhao | |
| 2023-09-28 | upgrade indent-blankline to v3 | jdhao | |
| 2023-09-28 | Show Py virtual env on statusline | jdhao | |
| 2023-09-22 | remove colorschemes rose-pine | jdhao | |
| 2023-09-16 | Use the matained fork of hop.nvim | jdhao | |
| 2023-09-10 | update plugin conf for Lazy.nvim | jdhao | |
| 2023-09-05 | update plugin lazy loading events | jdhao | |
| 2023-09-01 | fix bufferline loading issue | jdhao | |
| 2023-09-01 | fix hlslens issue when no pattern is found | jdhao | |
| The captured error message is not correct before. | |||
| 2023-09-01 | fix loading order of nvim-cmp and nvim-lsp | jdhao | |
| 2023-09-01 | Optimize plugin loading speed | jdhao | |
| 2023-09-01 | fix multi visual line delete issue | jdhao | |
| For TextYankPost event, it includes both yank and delete, we should only restore cursor position for yank, not for delete. Otherwise, it messes up with text deletion when you visually select multiple lines and delete them. See also issue reported here: https://github.com/jdhao/nvim-config/pull/222#issuecomment-1698634645 | |||
| 2023-08-28 | fix multi-line yank issue, close #220 | jdhao | |
| The previous way of keep the cursor while yanking is not perfect. It will break multi-line yank (`{count}yy`). | |||
| 2023-08-27 | feat: switch from packer.nvim to lazy.nvim | jdhao | |
| 2023-08-23 | Update condition for installing vim-xkbswitch | jdhao | |
| 2023-08-14 | fix nvimtree conf, close #215 | jdhao | |
| 2023-08-09 | update git-linker conf | jdhao | |
| 1. Add configuration for azure devops 2. change the mappings slightly | |||
| 2023-07-28 | feat: move lua conf under lua directory | jdhao | |
| 2023-07-25 | fix: conf is not local | jdhao | |
| 2023-07-25 | feat: support venv in Mypy | jdhao | |
| Specify the correct python executable path for mypy to work well. | |||
| 2023-07-25 | fix: missing nerdfonts | jdhao | |
| Since wezterm upgrade its support for Nerd Fonts 3.0, we should update the codepoints used for some of the Unicode Icons. Their code points are changed due to breaking changes in Nerd Fonts. | |||
| 2023-07-22 | feat: update diagnostic mappings | jdhao | |
| Use separate key mappings to show diagnostics for the current buffer and all opened files. | |||
| 2023-07-22 | feat: update pylsp conf | jdhao | |
| 1. support using black as formatter 2. replace obsolete pyls-isort with maintained ones | |||
| 2023-07-22 | feat: add treesitter toml | jdhao | |
| 2023-07-20 | fix: move location indication to the right of statusline | jdhao | |
| 2023-07-20 | feat: update diagnostic position in statusline | jdhao | |
| Do not show it in far right, move it to the left side for easier visibility. | |||
| 2023-06-17 | use legacy version of fidget for now | jdhao | |
| 2023-06-13 | Add folding support for JSON files | 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-17 | update nvim-tree conf | jdhao | |
| 2023-04-17 | Merge pull request #187 from mr-cal/nvim-tree-update | jdhao | |
| nvim-tree: fix shortcut and repo | |||
| 2023-04-08 | bump to nvim version 0.9.0 (#188) | jdhao | |
| 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> | |||
| 2023-03-13 | fix: omit the clangd missing message, close #180 (#186) | jdhao | |
| It is not necessary to install clangd if the user does not use neovim with CPP/C. | |||
| 2023-02-16 | refactor: lua language server rename (#185) | jdhao | |
| The lua language server from sumneko had changed its repo and created a new organizational repo. See also https://github.com/neovim/nvim-lspconfig/pull/2439. | |||
| 2022-12-14 | use yanky.nvim to replace vim-yoink (#168) | jdhao | |
| 2022-11-28 | Add ltex-ls support to lsp. (#166) | bldur | |
| * Add ltex-ls support to lsp. Co-authored-by: bldur (https://github.com/bldur) | |||
| 2022-11-22 | fix: cmp-omni messes with the lsp completion | jdhao | |
| If we use cmp-omni and lsp together, it seems that it will mess the autocompletion. So we only use it with tex file, where lsp in not used. | |||
| 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-10 | chore: update gitsigns highlight | jdhao | |
| 2022-11-07 | fix: make xkbswitch work on mac M1 CPU | jdhao | |
| For the details, see https://jdhao.github.io/2021/02/25/nvim_ime_mode_auto_switch/. | |||
| 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-23 | refactor: use local diagnostic module | jdhao | |
| 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 | |
