| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-02 | crazyshitHEADmaster | Michal Hanus | |
| 2023-08-27 | feat: switch from packer.nvim to lazy.nvim | 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-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-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-10-23 | refactor: use local diagnostic module | jdhao | |
| 2022-10-15 | replace more viml with native lua code | jdhao | |
| 2022-10-15 | update nvim-cmp lsp conf | jdhao | |
| 2022-10-04 | nvim 0.8 update | jdhao | |
| 2022-09-10 | format with stylua | jdhao | |
| 2022-09-09 | refactor: lsp mapping | jdhao | |
| 2022-09-06 | use local keymap | jdhao | |
| 2022-08-26 | fix parameter for vim.notify | jdhao | |
| 2022-08-18 | add config dir to workspace.library for lua lsp | jdhao | |
| 2022-08-14 | chore: renaming | jdhao | |
| 2022-08-14 | Merge pull request #62 from jdhao/lua-lsp | jdhao | |
| update lua lsp conf | |||
| 2022-08-14 | update sumneko lua settings | jdhao | |
| 1. remove runtime.path settings. It seems that it is not necessary, https://github.com/neovim/nvim-lspconfig/commit/03a047ef52d1bb68a96051c48855799f14a4623b. 2. update workspace.library, ref plugin ii14/emmylua-nvim | |||
| 2022-08-14 | make inspect() global | jdhao | |
| 2022-08-13 | update lua-language-server conf | jdhao | |
| lua-language-server has changed its running method significantly, so we need to change it in the nvim-lspconfig. | |||
| 2022-05-18 | lsp: only show diagnostic once for each line if cursor is not moved | jdhao | |
| This will help use to check signature help without it being overwritten by diagnostic popups. | |||
| 2022-05-15 | refactor: local fn = vim.fn | jdhao | |
| 2022-04-16 | [nvim 0.7] use native lua autocmd for cleaner code | jdhao | |
| 2022-04-16 | [nvim 0.7] vim.keymap.set opts update | jdhao | |
| 2022-04-16 | [nvim 0.7] use the new vim.keymap interface | jdhao | |
| 2022-01-28 | fix: check if language server exists before using | jdhao | |
| 2022-01-28 | chore: use local variable lspconfig | jdhao | |
| 2022-01-26 | add bash-language-server | jdhao | |
| 2022-01-23 | update lsp setting | jdhao | |
| 2021-12-28 | fix: lsp reference highlight isn't correctly linked | jdhao | |
| ! is need to overwrite possible existing highlight group of the same name. | |||
| 2021-12-01 | fix vim.diagnostic.config() option name typo | jdhao | |
| 2021-12-01 | [v0.6] change LSP and diagnostic according to latest API | jdhao | |
| 2021-11-06 | remove lsp omnifunc conf | jdhao | |
| I never used it. | |||
| 2021-11-06 | simplify lsp config | jdhao | |
| 2021-11-06 | [breaking change] make it work for nvim 0.5.1 | jdhao | |
| In nvim 0.5.1, the lsp handler signature has changed, see https://github.com/neovim/neovim/pull/15504 and LunarVim/LunarVim#1484. | |||
| 2021-10-23 | add global variable logging_level | 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-17 | remove some dead mappings | jdhao | |
| I am not really sure what they do anyway. | |||
| 2021-09-23 | show border for diagnostics floating window | jdhao | |
| 2021-08-20 | Reduce timeout for nvim-notify | jdhao | |
| 2021-08-18 | Format with stylua | jdhao | |
| 2021-08-14 | Use proper true or false value for boolean variables | jdhao | |
| In lua, 0 and empty string is true, which is counter-intuitive and different from vim script. So we need to use proper boolean type for vim script global variables, instead of numbers. | |||
| 2021-08-12 | refactor: rename on_attach to custom_attach | jdhao | |
| 2021-08-12 | Add sumneko_lua LSP | jdhao | |
| 2021-08-07 | chore: formatting and fix spell errors | jdhao | |
