v0.1.9
版本发布时间: 2024-09-11 15:40:08
neovim/nvim-lspconfig最新发布版本:v1.0.0(2024-09-11 15:43:16)
What's Changed
- feat(luau-lsp): add single file support by @lopi-py in https://github.com/neovim/nvim-lspconfig/pull/3168
- fix(scripts): use compatible tbl_flatten in docgen by @glepnir in https://github.com/neovim/nvim-lspconfig/pull/3171
- fix(util): check neovim nightly 0.11 version by @glepnir in https://github.com/neovim/nvim-lspconfig/pull/3173
- docs: delete lspconfig-keybindings section by @gpanders in https://github.com/neovim/nvim-lspconfig/pull/3175
- feat(msbuild): add msbuild language tools server by @rudiejd in https://github.com/neovim/nvim-lspconfig/pull/3176
- fix(tsserver): update root directory order by @DanilaMihailov in https://github.com/neovim/nvim-lspconfig/pull/3180
- fix(eslint): useFlatConfig is not experimental anymore by @saifulapm in https://github.com/neovim/nvim-lspconfig/pull/3183
- revert(eslint): useFlatConfig revert to experimental by @saifulapm in https://github.com/neovim/nvim-lspconfig/pull/3184
- fix: avoid overriding global default capabilities by @frangio in https://github.com/neovim/nvim-lspconfig/pull/3181
- feat: add fish-lsp support by @cova-fe in https://github.com/neovim/nvim-lspconfig/pull/3188
- fix(sourcekit-lsp): use git as last resort for sourcekit-lsp. by @dirtyhabits97 in https://github.com/neovim/nvim-lspconfig/pull/3192
- feat(biome): add
css
as filetype by @chrisgrieser in https://github.com/neovim/nvim-lspconfig/pull/3196 - draft: fix(slint-lsp): set root dir to git ancestor by @Tmpod in https://github.com/neovim/nvim-lspconfig/pull/3194
- feat(bitbake): add language-server-bitbake support by @anakin4747 in https://github.com/neovim/nvim-lspconfig/pull/3199
- feat: add django-template-lsp support by @rubenhesselink in https://github.com/neovim/nvim-lspconfig/pull/3203
- fix(CONTRIBUTING): typos by @antznin in https://github.com/neovim/nvim-lspconfig/pull/3204
- ci: bump nvim-neorocks/luarocks-tag-release from 5 to 6 by @dependabot in https://github.com/neovim/nvim-lspconfig/pull/3207
- Added recommended default settings for fsautocomplete by @gbtb in https://github.com/neovim/nvim-lspconfig/pull/3208
- [wip] fix koka language server by @MangoIV in https://github.com/neovim/nvim-lspconfig/pull/3213
- fix(fsautocomplete): lint fix by @glepnir in https://github.com/neovim/nvim-lspconfig/pull/3214
- fix(hyprls): autostart with hyprland filetype by @mehalter in https://github.com/neovim/nvim-lspconfig/pull/3215
- ci: bump nvim-neorocks/luarocks-tag-release from 6 to 7 by @dependabot in https://github.com/neovim/nvim-lspconfig/pull/3217
- feat(texlab): add support for worksapce commands by @DimitrisDimitropoulos in https://github.com/neovim/nvim-lspconfig/pull/3218
- feat: add protols support by @coder3101 in https://github.com/neovim/nvim-lspconfig/pull/3219
- feat: add pug-lsp support by @opa-oz in https://github.com/neovim/nvim-lspconfig/pull/3220
- docs(shopify_theme_ls): remove unnecessary code snippet by @slavamak in https://github.com/neovim/nvim-lspconfig/pull/3223
- feat: add bazelrc-lsp config by @keith in https://github.com/neovim/nvim-lspconfig/pull/3224
- feat(texlab): add find environments workspace command by @DimitrisDimitropoulos in https://github.com/neovim/nvim-lspconfig/pull/3225
- feat: do not process if commands[i] is func type by @blmarket in https://github.com/neovim/nvim-lspconfig/pull/3200
- feat(texlab): add change environments workspace command by @DimitrisDimitropoulos in https://github.com/neovim/nvim-lspconfig/pull/3227
- fix(tailwindcss): add includeLanguages to config in addition to init opts by @jackielii in https://github.com/neovim/nvim-lspconfig/pull/3231
- Add Janet LSP config by @chiefnoah in https://github.com/neovim/nvim-lspconfig/pull/3235
- feat(leanls): add support for lakefile.toml-only packages by @Julian in https://github.com/neovim/nvim-lspconfig/pull/3238
- feat!: remove
--preview
flag from Ruff server by @dhruvmanila in https://github.com/neovim/nvim-lspconfig/pull/3241 - Added htmlangular filetype to emmet_language_server, emmet_ls, angularls and tailwindcss by @Ask-786 in https://github.com/neovim/nvim-lspconfig/pull/3240
- feat: add server configuration for
glasgow
by @nolanderc in https://github.com/neovim/nvim-lspconfig/pull/3242 - fix:
lspconfig.Config
class not modifying inheritedroot_dir
by @chrisgrieser in https://github.com/neovim/nvim-lspconfig/pull/3243 - docs: close code block for Ruff settings example by @dhruvmanila in https://github.com/neovim/nvim-lspconfig/pull/3244
- docs: fix typos in arduino_language_server by @Arian8j2 in https://github.com/neovim/nvim-lspconfig/pull/3246
- [rust-analyzer] automatically populate
init_options
fromsettings["rust-analyzer"]
by @emersonford in https://github.com/neovim/nvim-lspconfig/pull/3247 - Added Java and HTML support to Harper by @elijah-potter in https://github.com/neovim/nvim-lspconfig/pull/3248
- docs: remove unnecessary backticks by @dhruvmanila in https://github.com/neovim/nvim-lspconfig/pull/3249
- chore: document to show neocmake support snippet by @Decodetalkers in https://github.com/neovim/nvim-lspconfig/pull/3251
- feat: add ballerina support by @adamazing in https://github.com/neovim/nvim-lspconfig/pull/3252
- refactor(server_configurations): removed deprecated code form tailwindcss by @Ask-786 in https://github.com/neovim/nvim-lspconfig/pull/3254
- feat: add superhtml support by @EliSauder in https://github.com/neovim/nvim-lspconfig/pull/3245
- draft: feat(texlab): change all print() to vim.notify() by @Thibaulltt in https://github.com/neovim/nvim-lspconfig/pull/3256
- zk: implement ZkList command by @WhyNotHugo in https://github.com/neovim/nvim-lspconfig/pull/3257
- Update server_configurations.md by @adigitoleo in https://github.com/neovim/nvim-lspconfig/pull/3258
- feat: add tvm_ffi_navigator server by @anirudhsundar in https://github.com/neovim/nvim-lspconfig/pull/3261
- fix(mesonlsp): update root directory pattern by @on2e in https://github.com/neovim/nvim-lspconfig/pull/3265
- feat: ruby_lsp works inside eruby files by @adam12 in https://github.com/neovim/nvim-lspconfig/pull/3266
- fix(taplo): simplify root detection by @mehalter in https://github.com/neovim/nvim-lspconfig/pull/3267
- feat(htmx): add more filetypes by @ALameLlama in https://github.com/neovim/nvim-lspconfig/pull/3268
- Revert "feat: ruby_lsp works inside eruby files (#3266)" by @adam12 in https://github.com/neovim/nvim-lspconfig/pull/3269
- docs: clarify snippet support in jsonls.lua by @antonk52 in https://github.com/neovim/nvim-lspconfig/pull/3270
- feat: add tea-leaves support by @svermeulen in https://github.com/neovim/nvim-lspconfig/pull/3271
- test(ci): change to luajit-openresty by @glepnir in https://github.com/neovim/nvim-lspconfig/pull/3272
- fix: remove invalid filetypes containing wildcards from
typos_lsp
andhyprls
by @WieeRd in https://github.com/neovim/nvim-lspconfig/pull/3273 - feat(clangd): add symbolInfo support by @DimitrisDimitropoulos in https://github.com/neovim/nvim-lspconfig/pull/3274
- feat(texlab): give the find environments command a ui wrapper by @DimitrisDimitropoulos in https://github.com/neovim/nvim-lspconfig/pull/3263
- fix(texlab): do not pass buf as parameter by @DimitrisDimitropoulos in https://github.com/neovim/nvim-lspconfig/pull/3276
- fix(als): deprecate als in favour of a separate plugin by @TamaMcGlinn in https://github.com/neovim/nvim-lspconfig/pull/3277
- fix(scheme-langserver):defaultly enable log/out/multi-thread and disable type-inference by @ufo5260987423 in https://github.com/neovim/nvim-lspconfig/pull/3278
- fix(r-language-server): Use
--no-echo
instead of--slave
by @mutlusun in https://github.com/neovim/nvim-lspconfig/pull/3280 - fix(rescripls): enable typechecking, improve doc by @bukzor in https://github.com/neovim/nvim-lspconfig/pull/3281
- feat: improve default haxe_language_server init_options by @tobil4sk in https://github.com/neovim/nvim-lspconfig/pull/3284
- fix: tea-leaves was renamed and replaced teal-language-server by @svermeulen in https://github.com/neovim/nvim-lspconfig/pull/3285
- feat: add snakeskin_ls server configuration by @sinelnikov-web in https://github.com/neovim/nvim-lspconfig/pull/3286
- fix(bazelrc-lsp): rename bazelrc-lsp to bazelrc_lsp by @johnor in https://github.com/neovim/nvim-lspconfig/pull/3287
- Add missing close paren by @Oughie in https://github.com/neovim/nvim-lspconfig/pull/3290
New Contributors
- @lopi-py made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3168
- @DanilaMihailov made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3180
- @saifulapm made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3183
- @cova-fe made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3188
- @dirtyhabits97 made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3192
- @Tmpod made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3194
- @anakin4747 made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3199
- @rubenhesselink made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3203
- @antznin made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3204
- @gbtb made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3208
- @MangoIV made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3213
- @DimitrisDimitropoulos made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3218
- @coder3101 made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3219
- @opa-oz made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3220
- @blmarket made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3200
- @jackielii made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3231
- @chiefnoah made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3235
- @Ask-786 made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3240
- @emersonford made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3247
- @adamazing made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3252
- @EliSauder made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3245
- @Thibaulltt made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3256
- @adigitoleo made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3258
- @anirudhsundar made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3261
- @on2e made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3265
- @ALameLlama made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3268
- @WieeRd made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3273
- @mutlusun made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3280
- @bukzor made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3281
- @tobil4sk made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3284
- @johnor made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3287
- @Oughie made their first contribution in https://github.com/neovim/nvim-lspconfig/pull/3290
Full Changelog: https://github.com/neovim/nvim-lspconfig/compare/v0.1.8...v0.1.9