Releases: hinell/lsp-timeout.nvim
Releases · hinell/lsp-timeout.nvim
v1.2.0
- refactor(plugin): better error message
 - feat(plugin): disable lsp-timeout for ignored filetypes
 - feat(config): support filetypes.ignore list; Fixes #10
 - feat(plugin): deprecate ["lsp-timeout-config"] for lspTimeoutConfig
 - feat(plugin): keep track of stopped clients; restart by native lsp
funnctions; honor non-lspconfig servers (e.g. null-ls or none-ls)
previously stopped; force clients to stop & detach; Fixes #13 - docs(readme): nvim icons
 - docs(*): remove preview.png
 - docs(CONTRIBUTING): fix typo, reword
 - docs(*): note on typescript-tools
 - docs(*): fix typos; reword
 - chore(github): add more fields to issue-bug.yml
 - docs(*): typo fixes
 
v1.1.0
- chore(lua-lsp): fix config
 - docs(*): major update
 - feat(lsp-timeout): support for multi-tab mode
 - refactor(config): reformat; allow nil values for config
 - feat(napi): add cross-runtime functions
 - docs(*): update CONTRIBUTING.md DEVELOPMENT.md
 - refactor(github): update github templates
 - docs(*): note on LspInfo
 - refactor(Makefile): Use .SILENT
 - refactor(autocmds): refactor autocmds description
 - fix(#10): no config added
 
v1.0.2
- feat(lsp-timeout): add option silent
 - feat(lsp-timeout): make backward compatible with nvim-0.9
 - Merge modified PR #2 by Alexis12119 [email protected]
 - Fixes #3
 - Fixes #4
 - Closes #5
 - ref: neovim/neovim#24113
 - ref: neovim/neovim#22846
 - feat(config): new config class with validation
 - fix(config): 
Misn't declared by Alexis12119 - Merge #6
 - fix imporer call to 
has("nvim-0.9")- it returns numeric, which is always true - feat(nvim): support v0.7.2 and onward; fixes #8