| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2021-07-29 | update nvim-lsp settings | jdhao | |
| We shouldn't let the diagnostic window perstist forever. Close the diagnostic windows when certain events happen. | |||
| 2021-07-29 | use vim.cmd instead of vim.api.nvim_exec | jdhao | |
| 2021-07-20 | update lsp hover window border conf | jdhao | |
| Floating window border supports rounded style by default, no need to use customized one. | |||
| 2021-07-17 | More update on nvim-lsp config | jdhao | |
| Change border from sharp corner to curved corner. | |||
| 2021-07-17 | Update nvim-lspconfig settings | jdhao | |
| 1. Customize document hover window border color. 2. Show also the source that generates a certain diagnostic message. | |||
| 2021-07-15 | Use pylsp instead of pyls | jdhao | |
| It seems that pyls, the original python language server has lost its momentum, and pylsp is a community driven fork of pyls. So nvim-lspconfig has dropped support for pyls in https://github.com/neovim/nvim-lspconfig/pull/1074. See also https://github.com/palantir/python-language-server/issues/935 and https://github.com/python-lsp/python-lsp-server/issues/27. | |||
| 2021-07-13 | update nvim-lsp config | jdhao | |
| Add mapping for LSP code actions and remove useless mappings. | |||
| 2021-07-09 | update packer and plugin settings | jdhao | |
