v0.1.3
版本发布时间: 2022-04-16 02:26:28
neovim/nvim-lspconfig最新发布版本:v1.0.0(2024-09-11 15:43:16)
What's Changed
- docs(ansible): fix install link and switch to npm by @mtoohey31 in https://github.com/neovim/nvim-lspconfig/pull/1682
- Update prismals.lua by @Jolg42 in https://github.com/neovim/nvim-lspconfig/pull/1681
- docs: update suggested configuration readme by @daangoossens22 in https://github.com/neovim/nvim-lspconfig/pull/1689
- feat: add salt_ls by @williamboman in https://github.com/neovim/nvim-lspconfig/pull/1696
- feat(leanls): start the LSP via lake serve by @Julian in https://github.com/neovim/nvim-lspconfig/pull/1698
- ci: simplify codespell workflow by @dundargoc in https://github.com/neovim/nvim-lspconfig/pull/1706
- feat: remove warning when server fails to start by @mjlbach in https://github.com/neovim/nvim-lspconfig/pull/1711
- fix(grammarly): Resolve windows command properly by @sitiom in https://github.com/neovim/nvim-lspconfig/pull/1716
- feat: elmls compatibility with elm-tooling by @georgesboris in https://github.com/neovim/nvim-lspconfig/pull/1718
- feat(gopls): added single_file_support config by @JacksonKjar in https://github.com/neovim/nvim-lspconfig/pull/1726
- fix(jsonnet_ls): update server URL and add installation instructions by @williamboman in https://github.com/neovim/nvim-lspconfig/pull/1729
- fix(leanls): only use lake serve if lakefile.lean exists by @Julian in https://github.com/neovim/nvim-lspconfig/pull/1727
- fix(leanls): only use lake serve if lakefile.lean exists by @gebner in https://github.com/neovim/nvim-lspconfig/pull/1702
- fix(ansiblels): remove Yaml from ansiblels Filetype by @vincentDcmps in https://github.com/neovim/nvim-lspconfig/pull/1708
- feat: Add slint_lsp by @hunger in https://github.com/neovim/nvim-lspconfig/pull/1704
- fix: add selene to the nix develop shell by @stephank in https://github.com/neovim/nvim-lspconfig/pull/1688
- feat: add hdl_checker by @arslanmaj in https://github.com/neovim/nvim-lspconfig/pull/1723
- feat: add hh_client for hhvm by @antonk52 in https://github.com/neovim/nvim-lspconfig/pull/1712
- fix(tailwindcss): add 'htmldjango' to filetypes by @williamboman in https://github.com/neovim/nvim-lspconfig/pull/1737
- chore: remove all package json by @mjlbach in https://github.com/neovim/nvim-lspconfig/pull/1656
- feat(gradle): add support for gradle-language-server by @DonnieWest in https://github.com/neovim/nvim-lspconfig/pull/1740
- docs: update GraphQL instructions by @mmirus in https://github.com/neovim/nvim-lspconfig/pull/1744
- fix(perlpls): turn on syntax checking by default by @WhoIsSethDaniel in https://github.com/neovim/nvim-lspconfig/pull/1749
- add Odin language server configuration by @st4ll1 in https://github.com/neovim/nvim-lspconfig/pull/1747
- feat: add clarity-lsp support by @josecanhelp in https://github.com/neovim/nvim-lspconfig/pull/1755
- feat: add perlnavigator support by @WhoIsSethDaniel in https://github.com/neovim/nvim-lspconfig/pull/1756
- feat: add reason-language-server by @ri7nz in https://github.com/neovim/nvim-lspconfig/pull/1721
- style(hhvm): add space inside array by @lithammer in https://github.com/neovim/nvim-lspconfig/pull/1758
- feat: add openscad-language-server by @rudism in https://github.com/neovim/nvim-lspconfig/pull/1757
- feat: add teal-language-server support by @svermeulen in https://github.com/neovim/nvim-lspconfig/pull/1732
- feat: add support for sourcery by @kylo252 in https://github.com/neovim/nvim-lspconfig/pull/1495
- style(teal_ls): fix indentation and single quotes by @lithammer in https://github.com/neovim/nvim-lspconfig/pull/1761
- feat: add please support by @sbaildon in https://github.com/neovim/nvim-lspconfig/pull/1734
- docs: add bashls install instructions by @zach-wahrer in https://github.com/neovim/nvim-lspconfig/pull/1760
- fix(lspstop): make LspStop behave as described in the docs by @dyamon in https://github.com/neovim/nvim-lspconfig/pull/1764
- chore(volar): @volar/server -> @volar/vue-language-server by @sethidden in https://github.com/neovim/nvim-lspconfig/pull/1770
- Update Volar package name in docs by @jessarcher in https://github.com/neovim/nvim-lspconfig/pull/1776
- docs: fix volar.setup parameters in description by @jedrzejboczar in https://github.com/neovim/nvim-lspconfig/pull/1780
- fix(beancount-langserver): add stdio flag to cmd by @kmaasrud in https://github.com/neovim/nvim-lspconfig/pull/1791
- feat: add mm0 language support by @Julian in https://github.com/neovim/nvim-lspconfig/pull/1787
- feat: add prosemd-lsp for markdown by @dsully in https://github.com/neovim/nvim-lspconfig/pull/1795
- docs: overhaul docgen by @mjlbach in https://github.com/neovim/nvim-lspconfig/pull/1797
- docs: restore commands by @mjlbach in https://github.com/neovim/nvim-lspconfig/pull/1798
- docs: remove use of debug module for automatically extracting root pattern by @mjlbach in https://github.com/neovim/nvim-lspconfig/pull/1799
- feat: add hoon-language-server support by @matthiasschaub in https://github.com/neovim/nvim-lspconfig/pull/1802
- fix(hoon-language-server): remove example by @matthiasschaub in https://github.com/neovim/nvim-lspconfig/pull/1804
- fix(hoon-language-server): update cmd and docs by @matthiasschaub in https://github.com/neovim/nvim-lspconfig/pull/1809
- ci: fix new v0.26.0 luacheck errors by @lithammer in https://github.com/neovim/nvim-lspconfig/pull/1816
- Update eslint's
autocmd
example by @angusjf in https://github.com/neovim/nvim-lspconfig/pull/1779 - fix(taplo): update for taplo 0.6.0 by @syphar in https://github.com/neovim/nvim-lspconfig/pull/1814
- fix(lua-server): update root-markers by @kylo252 in https://github.com/neovim/nvim-lspconfig/pull/1825
- fix(clangd): update root-markers by @kylo252 in https://github.com/neovim/nvim-lspconfig/pull/1826
- docs: remove outdated root pattern references by @mjlbach in https://github.com/neovim/nvim-lspconfig/pull/1828
- fix(clarity_lsp): remove .cmd suffix for Windows by @williamboman in https://github.com/neovim/nvim-lspconfig/pull/1835
New Contributors
- @Jolg42 made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/1681
- @daangoossens22 made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/1689
- @sitiom made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/1716
- @georgesboris made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/1718
- @JacksonKjar made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/1726
- @vincentDcmps made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/1708
- @hunger made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/1704
- @stephank made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/1688
- @arslanmaj made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/1723
- @antonk52 made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/1712
- @DonnieWest made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/1740
- @mmirus made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/1744
- @st4ll1 made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/1747
- @josecanhelp made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/1755
- @ri7nz made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/1721
- @rudism made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/1757
- @svermeulen made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/1732
- @zach-wahrer made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/1760
- @dyamon made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/1764
- @jessarcher made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/1776
- @jedrzejboczar made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/1780
- @kmaasrud made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/1791
- @dsully made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/1795
- @matthiasschaub made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/1802
- @angusjf made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/1779
- @syphar made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/1814
Full Changelog: https://github.com/neovim/nvim-lspconfig/compare/v0.1.2...v0.1.3