| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-02 | remove lazylock | jdhao | |
| I don't use this feature at all. | |||
| 2024-02-02 | Update colorscheme conf | jdhao | |
| 1. remove some colorscheme that doesn't work well with Markdown 2. change how the colorscheme conf is organized. | |||
| 2024-01-07 | Enable nvim-tree to open dir during startup | jdhao | |
| Now when you open a directory when starting nvim, nvim-tree will be opened to handle the directory correctly, see also issue #257. | |||
| 2024-01-07 | bump neovim version to 0.9.5 | jdhao | |
| 2023-10-21 | Deal with other variant of unix timestamp | jdhao | |
| 2023-10-18 | Add diffview.nvim for viewing diffs | jdhao | |
| 2023-10-12 | update plugin spec | jdhao | |
| 2023-10-11 | Remove obsolete options for nvim-tree | jdhao | |
| 2023-10-11 | Rename vimscript conf directory | jdhao | |
| 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-16 | upgrade to neovim 0.9.2 | jdhao | |
| 2023-09-10 | update plugin conf for Lazy.nvim | jdhao | |
| 2023-09-05 | update plugin lazy loading events | jdhao | |
| 2023-09-01 | Loosen the version check condition | jdhao | |
| Other version of nvim can still run this config, but should use with care. | |||
| 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 | update spell | 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-29 | disable horizontal scroll by mouse | jdhao | |
| 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-29 | fix: user lua conf reloading fails | jdhao | |
| The cache should be invalidated. This fix does not work 100%, because, e.g., there are other configs hiding deeper under lua/config/ directory. A restart is the best way to reload the config. | |||
| 2023-07-29 | doc: update doc and install guide for pylsp | jdhao | |
| 2023-07-28 | feat: move lua conf under lua directory | jdhao | |
| 2023-07-29 | feat: more ignore files for LeaderF (#209) | 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-27 | Fix LeaderF bug | jdhao | |
| It will add files to buffer list even if we have not confirmed the selection. This behavior is really annoying. See also https://github.com/Yggdroot/LeaderF/commit/27bd938a422fc6fcfc453fa88fe2ad453a012074. | |||
| 2023-06-17 | use legacy version of fidget for now | jdhao | |
| 2023-06-13 | Add folding support for JSON files | jdhao | |
| 2023-06-03 | update to nvim 0.9.1 | 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-20 | conf for nvim 0.9.0 | jdhao | |
