Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-30 | 4.9 kB | |
v2.4.0 source code.tar.gz | 2025-07-30 | 325.8 kB | |
v2.4.0 source code.zip | 2025-07-30 | 610.9 kB | |
Totals: 3 Items | 941.6 kB | 3 |
What's Changed
- Fix millet install target to millet-ls (#3902) by @jxu in https://github.com/neovim/nvim-lspconfig/pull/3903
- fix(svelte): only attach to existing files by @igorlfs in https://github.com/neovim/nvim-lspconfig/pull/3899
- chore: don't accept multiple arguments in :LspStop/LspRestart by @toupeira in https://github.com/neovim/nvim-lspconfig/pull/3896
- feat(glint): add vim.lsp.config support by @justmejulian in https://github.com/neovim/nvim-lspconfig/pull/3911
- feat(glint): dynamic cmd by @justmejulian in https://github.com/neovim/nvim-lspconfig/pull/3912
- feat(biome): add
html
as filetype by @chrisgrieser in https://github.com/neovim/nvim-lspconfig/pull/3913 - fix(powershell_es): update LogLevel to Information by @wenijinew in https://github.com/neovim/nvim-lspconfig/pull/3914
- fix: some
on_attach
callbacks may create commands in a wrong buffer by @dmitmel in https://github.com/neovim/nvim-lspconfig/pull/3916 - fix(powershell_es): update LogLevel to recognized value by @seejaysea-dev in https://github.com/neovim/nvim-lspconfig/pull/3920
- fix(csharp_ls): add missing slnx root pattern by @CoolCoderSuper in https://github.com/neovim/nvim-lspconfig/pull/3921
- fix(omnisharp): missing root_dir patterns by @horriblename in https://github.com/neovim/nvim-lspconfig/pull/3919
- docs: add notes about creating buffer-local commands by @dmitmel in https://github.com/neovim/nvim-lspconfig/pull/3924
- docs: Correct install command for pug lsp by @glektarssza in https://github.com/neovim/nvim-lspconfig/pull/3926
- feat:
herb_ls
by @marcoroth in https://github.com/neovim/nvim-lspconfig/pull/3925 - fix(phpactor): root markers precedence by @calebdw in https://github.com/neovim/nvim-lspconfig/pull/3928
- fix(intelephense): change root markers order by @pimpeters in https://github.com/neovim/nvim-lspconfig/pull/3933
- feat(tailwindcss): tailwind root_dir rails phoenix by @studious in https://github.com/neovim/nvim-lspconfig/pull/3935
- feat(eslint): add htmlangular to supported filetypes by @mklinovsky in https://github.com/neovim/nvim-lspconfig/pull/3936
- feat: codebook lsp by @zz5840 in https://github.com/neovim/nvim-lspconfig/pull/3937
- feat: add
autopkgtest
file type todebputy.lua
by @nthykier in https://github.com/neovim/nvim-lspconfig/pull/3939 - feat(ts_ls): implement code lens support by @sybereal in https://github.com/neovim/nvim-lspconfig/pull/3938
- feat(gopls): refactor root_dir identification [#3940] by @balpert89 in https://github.com/neovim/nvim-lspconfig/pull/3942
- fix(docs): "commands" item breaks docgen by @Fidelxyz in https://github.com/neovim/nvim-lspconfig/pull/3944
- fix(vue_ls): support
vue_ls
v3 by @Fidelxyz in https://github.com/neovim/nvim-lspconfig/pull/3943 - feat: swap pkgbuild_language_server with termux_language_server by @an0nfunc in https://github.com/neovim/nvim-lspconfig/pull/3947
- feat(clarinet)!: rename
clarity_lsp
toclarinet
by @aldur in https://github.com/neovim/nvim-lspconfig/pull/3948 - fix(clarinet):
Clarinet.toml
is theroot_marker
by @aldur in https://github.com/neovim/nvim-lspconfig/pull/3949 - feat(harper): add
clojure
filetypes by @jerielverissimo in https://github.com/neovim/nvim-lspconfig/pull/3952 - docs(rescriptls): add didChangeWatchedFiles example by @dkirchhof in https://github.com/neovim/nvim-lspconfig/pull/3954
- feat(clangd): remove proto filetype support, reverting (#2125) by @bugreporter23 in https://github.com/neovim/nvim-lspconfig/pull/3959
- feat(biome): use project local bin if available by @igorlfs in https://github.com/neovim/nvim-lspconfig/pull/3957
- refactor(glint): use
cmd(…, config)
by @justinmk in https://github.com/neovim/nvim-lspconfig/pull/3960 - feat(svelte): notify LSP of changes in JS/TS files by @igorlfs in https://github.com/neovim/nvim-lspconfig/pull/3958
- docs(smithy): how do you install this thing by @justinmk in https://github.com/neovim/nvim-lspconfig/pull/3961
- fix(biome): error when using non-local biome binary by @chrisgrieser in https://github.com/neovim/nvim-lspconfig/pull/3962
- fix(roslyn_ls): replace deprecated function call by @ateoi in https://github.com/neovim/nvim-lspconfig/pull/3963
- fix(svelte): use augroup to avoid creating multiple autocmds by @igorlfs in https://github.com/neovim/nvim-lspconfig/pull/3964
- feat(biome): monorepo support by @igorlfs in https://github.com/neovim/nvim-lspconfig/pull/3972
- docs: mention a way to explicitly set
root_dir
in README.md by @faergeek in https://github.com/neovim/nvim-lspconfig/pull/3973 - fix(vue_ls): throwing errors in tsserverRequest by @kmoschcau in https://github.com/neovim/nvim-lspconfig/pull/3977
- fix(tailwindcss): add fallback for tailwind v4 by @jsattler in https://github.com/neovim/nvim-lspconfig/pull/3980
Full Changelog: https://github.com/neovim/nvim-lspconfig/compare/v2.3.0...v2.4.0