<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-lspconfig/lua, branch v1.6.0</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-lspconfig/atom/lua?h=v1.6.0</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-lspconfig/atom/lua?h=v1.6.0'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/'/>
<updated>2025-01-29T16:06:30Z</updated>
<entry>
<title>fix(angularls): handle nil #3594</title>
<updated>2025-01-29T16:06:30Z</updated>
<author>
<name>Ahmad bin Marakkar</name>
<email>109348574+Ask-786@users.noreply.github.com</email>
</author>
<published>2025-01-29T16:06:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=e6ea6328950194b22c43904315473019d066d51a'/>
<id>urn:sha1:e6ea6328950194b22c43904315473019d066d51a</id>
<content type='text'>
Problem:
Warning message while opening a directory without node_modules.

Solution:
Handle nil.</content>
</entry>
<entry>
<title>fix(angularls): pass --angularCoreVersion for backwards compatibility #3592</title>
<updated>2025-01-28T16:25:27Z</updated>
<author>
<name>Tulio Brunoro</name>
<email>brunoro.tulio@gmail.com</email>
</author>
<published>2025-01-28T16:25:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=9962e25a23f0e992116b99a9a6400947d5a7177b'/>
<id>urn:sha1:9962e25a23f0e992116b99a9a6400947d5a7177b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>revert: "refactor!: make available_servers function private" #3589</title>
<updated>2025-01-27T21:04:47Z</updated>
<author>
<name>dundargoc</name>
<email>33953936+dundargoc@users.noreply.github.com</email>
</author>
<published>2025-01-27T21:04:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=1f941b3668151963fca3e1230922c433ea4b7b64'/>
<id>urn:sha1:1f941b3668151963fca3e1230922c433ea4b7b64</id>
<content type='text'>
This reverts commit e118ce58dab72c17216292eef7df4cee3cf60885.

It turns out `util.available_servers` is used more than anticipated, so
we revert the privatization for the time being.

Closes https://github.com/neovim/nvim-lspconfig/issues/3588</content>
</entry>
<entry>
<title>feat: oxc-language-server #3586</title>
<updated>2025-01-27T11:50:26Z</updated>
<author>
<name>Marek Vospel</name>
<email>73162071+marekvospel@users.noreply.github.com</email>
</author>
<published>2025-01-27T11:50:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=8981192c7d8058391148e77ec731acfa4b0320fb'/>
<id>urn:sha1:8981192c7d8058391148e77ec731acfa4b0320fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(astro,volar): correct 'typescript/lib' path for TypeScript LSP initialization (#3585)</title>
<updated>2025-01-26T10:12:42Z</updated>
<author>
<name>krovuxdev</name>
<email>62192487+krovuxdev@users.noreply.github.com</email>
</author>
<published>2025-01-26T10:12:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=e5bf88e5ea1c4cea5ea96b1e970cb264f7a401a1'/>
<id>urn:sha1:e5bf88e5ea1c4cea5ea96b1e970cb264f7a401a1</id>
<content type='text'>
* fix(astro): correct path to locate typescript/lib in Neovim

* fix(volar): correct path to locate typescript/lib in Neovim</content>
</entry>
<entry>
<title>fix: remove validation from configs.lua</title>
<updated>2025-01-23T18:07:17Z</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2025-01-23T11:38:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=b4d65bce97795438ab6e1974b3672c17a4865e3c'/>
<id>urn:sha1:b4d65bce97795438ab6e1974b3672c17a4865e3c</id>
<content type='text'>
This is because using the old syntax for vim.validate causes
`:checkhealth vim.deprecated` to be flooded with deprecated messages.

It would also be possible to do a version check and use the newer syntax
for vim.validate, but since configs.lua will be replaced by
vim.lsp.config in the future there is little need to future-proof it.

Closes https://github.com/neovim/nvim-lspconfig/issues/3583.
</content>
</entry>
<entry>
<title>fix(gh_actions_ls): fix incorrect rootdir resolution</title>
<updated>2025-01-23T12:02:27Z</updated>
<author>
<name>Crashdummy</name>
<email>Simon.Schwendele@gmx.de</email>
</author>
<published>2025-01-23T12:02:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=59760a01596b76b9c6f9a4a299dbffa88d069cf1'/>
<id>urn:sha1:59760a01596b76b9c6f9a4a299dbffa88d069cf1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: fix incorrect root finding</title>
<updated>2025-01-22T15:28:20Z</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2025-01-22T13:20:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=513f4f0bde469ecb3abe2e1b606f63cf142e751e'/>
<id>urn:sha1:513f4f0bde469ecb3abe2e1b606f63cf142e751e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: fix typo</title>
<updated>2025-01-22T13:23:26Z</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2025-01-22T13:13:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=cedf7952256b4f3a068f2cda6e4c425e12ed2344'/>
<id>urn:sha1:cedf7952256b4f3a068f2cda6e4c425e12ed2344</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: silence luals warnings</title>
<updated>2025-01-22T13:04:37Z</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2025-01-22T12:58:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=0e234f4cad56dd77a2c59de5de5a859e05fd66b3'/>
<id>urn:sha1:0e234f4cad56dd77a2c59de5de5a859e05fd66b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: use a maintained fork for `kubernetes-json-schema` in the example (#3572)</title>
<updated>2025-01-21T11:21:22Z</updated>
<author>
<name>Ferenc Géczi</name>
<email>Ferenc-@users.noreply.github.com</email>
</author>
<published>2025-01-21T11:21:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=32c9817cf0b507ca18dd49ee11db9f804a99e341'/>
<id>urn:sha1:32c9817cf0b507ca18dd49ee11db9f804a99e341</id>
<content type='text'>
The `instrumenta/kubernetes-json-schema` repo is apparently dead:
https://github.com/instrumenta/kubernetes-json-schema/issues/32#issuecomment-1021133568
And nobody has the credentials anymore to archive it:
https://github.com/instrumenta/kubeval/issues/268#issuecomment-1376490498
The recommended migration from instrumenta is to https://github.com/yannh/kubeconform,
see (https://github.com/instrumenta/kubernetes-json-schema/issues/32#issuecomment-1021133568)
and the recommended `kubernetes-json-schema` fork is also from the same new maintainer:
https://github.com/yannh/kubernetes-json-schema/

Signed-off-by: Ferenc Géczi &lt;ferenc.gm@gmail.com&gt;</content>
</entry>
<entry>
<title>refactor!: make available_servers function private</title>
<updated>2025-01-21T05:21:29Z</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2025-01-20T22:06:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=e118ce58dab72c17216292eef7df4cee3cf60885'/>
<id>urn:sha1:e118ce58dab72c17216292eef7df4cee3cf60885</id>
<content type='text'>
Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
</content>
</entry>
<entry>
<title>feat(gh_actions_ls): recognize .forgejo, .gitea as root_dir #3566</title>
<updated>2025-01-21T00:12:36Z</updated>
<author>
<name>Crashdummy</name>
<email>Simon.Schwendele@gmx.de</email>
</author>
<published>2025-01-21T00:12:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=71eac2ab32b22bf6c2b430632761e5d1930fe81e'/>
<id>urn:sha1:71eac2ab32b22bf6c2b430632761e5d1930fe81e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: comment util.path.is_descendant to prepare deperecation in future</title>
<updated>2025-01-19T21:09:13Z</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2025-01-18T15:09:05Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=9ee2e7dac2e1c74538a0e0d79b9e2d59a8517bd6'/>
<id>urn:sha1:9ee2e7dac2e1c74538a0e0d79b9e2d59a8517bd6</id>
<content type='text'>
We don't deprecate it currently as the suggested replacement
(vim.fs.relpath) isn't available on the minimum supported neovim
version.

Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
</content>
</entry>
<entry>
<title>feat(asm_lsp): add NASM config support and single_file support (#3565)</title>
<updated>2025-01-18T01:18:37Z</updated>
<author>
<name>IguanaCucumber</name>
<email>sacha.fazzari@protonmail.com</email>
</author>
<published>2025-01-18T01:18:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=e11b389894e82bfd3f453270868019065d783c3e'/>
<id>urn:sha1:e11b389894e82bfd3f453270868019065d783c3e</id>
<content type='text'>
* feat(asm_lsp): add NASM support and single_file support

* fix(asm_lsp): use vim.fs.dirname instead of util.root_pattern

---------

Co-authored-by: iguanacucumber &lt;you@example.com&gt;</content>
</entry>
<entry>
<title>docs(alloy_ls): include tips for setting filetype on *.als files (#3561)</title>
<updated>2025-01-14T13:22:43Z</updated>
<author>
<name>Denis Kasak</name>
<email>dkasak@termina.org.uk</email>
</author>
<published>2025-01-14T13:22:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=23c98333852f33e0b00e479bfb73befb051b3baf'/>
<id>urn:sha1:23c98333852f33e0b00e479bfb73befb051b3baf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add alloy language server (#3560)</title>
<updated>2025-01-14T12:47:48Z</updated>
<author>
<name>Denis Kasak</name>
<email>dkasak@termina.org.uk</email>
</author>
<published>2025-01-14T12:47:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=a14a65d7574fe139ab954e704a5e866a4f0d1c69'/>
<id>urn:sha1:a14a65d7574fe139ab954e704a5e866a4f0d1c69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add typst to the list of languages harper supports (#3533)</title>
<updated>2025-01-14T05:22:57Z</updated>
<author>
<name>Grant Lemons</name>
<email>grantlemons@aol.com</email>
</author>
<published>2025-01-14T05:22:57Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=401237e83bc5bcdcd6c54236bd9068018a9e411e'/>
<id>urn:sha1:401237e83bc5bcdcd6c54236bd9068018a9e411e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(gh_actions_ls): correctly call util.root_pattern</title>
<updated>2025-01-13T18:16:20Z</updated>
<author>
<name>Mitchell Hanberg</name>
<email>mitch@mitchellhanberg.com</email>
</author>
<published>2025-01-13T18:10:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=0913481440219390969ab56a3c33089679365ef7'/>
<id>urn:sha1:0913481440219390969ab56a3c33089679365ef7</id>
<content type='text'>
I believe this is another case of #3513</content>
</entry>
<entry>
<title>feat(gh_actions_ls): use `root_dir` to decide enablement #3558</title>
<updated>2025-01-13T14:22:28Z</updated>
<author>
<name>Chris Grieser</name>
<email>73286100+chrisgrieser@users.noreply.github.com</email>
</author>
<published>2025-01-13T14:22:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=0c24b48da1b70bbf06075c51fa0e1c87d1337c11'/>
<id>urn:sha1:0c24b48da1b70bbf06075c51fa0e1c87d1337c11</id>
<content type='text'>
This saves the user the extra setup work of copypasting the
`vim.filetype.add` snippet, making this language server work out of the
box.</content>
</entry>
<entry>
<title>feat: gh-actions-language-server #3551</title>
<updated>2025-01-13T08:40:45Z</updated>
<author>
<name>Salomon Popp</name>
<email>hi@salomonpopp.me</email>
</author>
<published>2025-01-13T08:40:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=4c5748bc92b00e7539d3a4d79053f036683d4691'/>
<id>urn:sha1:4c5748bc92b00e7539d3a4d79053f036683d4691</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: lua 3rd party language servers #3553</title>
<updated>2025-01-13T07:41:20Z</updated>
<author>
<name>Anton Kastritskii</name>
<email>halloy52@gmail.com</email>
</author>
<published>2025-01-13T07:41:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=ee56b735daa3b5d548284c92a7e1778d5cf2affb'/>
<id>urn:sha1:ee56b735daa3b5d548284c92a7e1778d5cf2affb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(clojure_lsp): adds single_file_support for clojure #3547</title>
<updated>2025-01-08T11:12:13Z</updated>
<author>
<name>Guilherme Felipe de C. G. da Silva</name>
<email>guilhermefelipecgs@gmail.com</email>
</author>
<published>2025-01-08T11:12:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=29e44e199e388daa890c58a82cfd9938dd5d3ea3'/>
<id>urn:sha1:29e44e199e388daa890c58a82cfd9938dd5d3ea3</id>
<content type='text'>
This allow navigation within dependecies</content>
</entry>
<entry>
<title>fix(powershell_es): root pattern #3543</title>
<updated>2025-01-05T14:47:34Z</updated>
<author>
<name>sharpchen</name>
<email>77432836+sharpchen@users.noreply.github.com</email>
</author>
<published>2025-01-05T14:47:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=cd51acc1e21d3e71c9a6efb0faf4ff05eee06bf4'/>
<id>urn:sha1:cd51acc1e21d3e71c9a6efb0faf4ff05eee06bf4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(msbuild): root patterns #3542</title>
<updated>2025-01-05T13:42:33Z</updated>
<author>
<name>sharpchen</name>
<email>77432836+sharpchen@users.noreply.github.com</email>
</author>
<published>2025-01-05T13:42:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=5e009bded3098fb0f46c7e3c30a3f2884aae55e1'/>
<id>urn:sha1:5e009bded3098fb0f46c7e3c30a3f2884aae55e1</id>
<content type='text'>
https://github.com/tintoy/msbuild-project-tools-vscode?tab=readme-ov-file#file-extensions</content>
</entry>
<entry>
<title>feat: atlas language server (#3539)</title>
<updated>2025-01-05T08:33:52Z</updated>
<author>
<name>mineo</name>
<email>euonymuslke@gmail.com</email>
</author>
<published>2025-01-05T08:33:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=acb88a4872033fddd8c2fe7e6251bc17ee4d2168'/>
<id>urn:sha1:acb88a4872033fddd8c2fe7e6251bc17ee4d2168</id>
<content type='text'>
* feat: atlas

added autocmd

add stdio option

* docs: added vim.filetype.add pattern</content>
</entry>
<entry>
<title>feat: update Harper supported languages #3534</title>
<updated>2025-01-04T12:53:07Z</updated>
<author>
<name>Grant Lemons</name>
<email>grantlemons@aol.com</email>
</author>
<published>2025-01-04T12:53:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=324865b49ebb57a4fbed9896b3e3446b22676c2e'/>
<id>urn:sha1:324865b49ebb57a4fbed9896b3e3446b22676c2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs(ruby_lsp): remove instructions for adding ruby-lsp to Gemfile (#3540)</title>
<updated>2025-01-03T08:35:33Z</updated>
<author>
<name>Adam Daniels</name>
<email>adam@mediadrive.ca</email>
</author>
<published>2025-01-03T08:35:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=ee398592996dc806e7d4b54d196f3a81b36c65df'/>
<id>urn:sha1:ee398592996dc806e7d4b54d196f3a81b36c65df</id>
<content type='text'>
The best practice is to have the gem installed globally, and then
ruby-lsp will set up it's own Gemfile and manage it's own version.</content>
</entry>
<entry>
<title>fix(clangd): fix switchSourceHeader detection (#3538)</title>
<updated>2025-01-02T11:59:59Z</updated>
<author>
<name>Václav Kubernát</name>
<email>sir.venceslas@gmail.com</email>
</author>
<published>2025-01-02T11:59:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=88dff6268a068403c87b461aee69beb61ceb8303'/>
<id>urn:sha1:88dff6268a068403c87b461aee69beb61ceb8303</id>
<content type='text'>
The previous patch to this file (88c4c042e1e59f992e4c7aff3531033047b3aa9c)
changed the string to 'ccls' (possibly by copy-paste error).</content>
</entry>
<entry>
<title>refactor(clangd): imporve switchsourceheader handler (#3537)</title>
<updated>2025-01-02T07:26:38Z</updated>
<author>
<name>glepnir</name>
<email>glephunter@gmail.com</email>
</author>
<published>2025-01-02T07:26:38Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=88c4c042e1e59f992e4c7aff3531033047b3aa9c'/>
<id>urn:sha1:88c4c042e1e59f992e4c7aff3531033047b3aa9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(ccls): typo on request method (#3536)</title>
<updated>2025-01-02T06:20:47Z</updated>
<author>
<name>glepnir</name>
<email>glephunter@gmail.com</email>
</author>
<published>2025-01-02T06:20:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=709e3e87441204315fe0384a5a3c72f1a520d82c'/>
<id>urn:sha1:709e3e87441204315fe0384a5a3c72f1a520d82c</id>
<content type='text'>
Problem: method prefix is textDocument

Solution: make d to upper</content>
</entry>
<entry>
<title>feat(ccls): add CclsSwitchSourceHeader (#3535)</title>
<updated>2025-01-02T05:25:52Z</updated>
<author>
<name>Fangrui Song</name>
<email>i@maskray.me</email>
</author>
<published>2025-01-02T05:25:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=9194d0e863f9c8970021b23cf48685cfda289d07'/>
<id>urn:sha1:9194d0e863f9c8970021b23cf48685cfda289d07</id>
<content type='text'>
* feat(ccls): add CclsSwitchSourceHeader

ccls 0.20241108 has added support for the extension from clangd.


---------

Co-authored-by: glepnir &lt;glephunter@gmail.com&gt;</content>
</entry>
<entry>
<title>feat: add cue language server (#3529)</title>
<updated>2024-12-29T02:27:00Z</updated>
<author>
<name>J. Emiliano Deustua</name>
<email>edeustua@gmail.com</email>
</author>
<published>2024-12-29T02:27:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=f6cb1e2cb70e9820f5c73d939b9a19c3a1cd6e46'/>
<id>urn:sha1:f6cb1e2cb70e9820f5c73d939b9a19c3a1cd6e46</id>
<content type='text'>
* feat: cue language server


---------

Co-authored-by: glepnir &lt;glephunter@gmail.com&gt;</content>
</entry>
<entry>
<title>fix: add `build.gradle.kts` for java language server (#3528)</title>
<updated>2024-12-28T09:52:47Z</updated>
<author>
<name>Enaium</name>
<email>32991121+Enaium@users.noreply.github.com</email>
</author>
<published>2024-12-28T09:52:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=57154fd9a24e76907e3b0bdba4677ef42c88d91c'/>
<id>urn:sha1:57154fd9a24e76907e3b0bdba4677ef42c88d91c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(mdx-analyzer): get dirname of vim.fs.find result (#3527)</title>
<updated>2024-12-25T10:37:01Z</updated>
<author>
<name>MuntasirSZN2</name>
<email>shahanazsabuj@gmail.com</email>
</author>
<published>2024-12-25T10:37:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=1240fbbfeb528b303594efde97192435a02bdb29'/>
<id>urn:sha1:1240fbbfeb528b303594efde97192435a02bdb29</id>
<content type='text'>
* fix: project root variable and root filetype</content>
</entry>
<entry>
<title>refactor!: remove public interface of util.path.traverse_parents</title>
<updated>2024-12-23T13:06:42Z</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2024-12-22T21:03:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=c580f34bc5fdca8aaf737a9ab8a5d775cb940e57'/>
<id>urn:sha1:c580f34bc5fdca8aaf737a9ab8a5d775cb940e57</id>
<content type='text'>
Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
</content>
</entry>
<entry>
<title>feat: autohotkey_lsp #3408</title>
<updated>2024-12-22T23:45:56Z</updated>
<author>
<name>Tom</name>
<email>ttofel@gmail.com</email>
</author>
<published>2024-12-22T23:45:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=73ce1e3bf66b47a444378e7fdc68d03d854328ef'/>
<id>urn:sha1:73ce1e3bf66b47a444378e7fdc68d03d854328ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: deprecate util.path.iterate_parents</title>
<updated>2024-12-22T13:44:02Z</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2024-12-22T13:08:38Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=9204642002ba91f9e0b7d0e5989f373657fe754a'/>
<id>urn:sha1:9204642002ba91f9e0b7d0e5989f373657fe754a</id>
<content type='text'>
Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
</content>
</entry>
<entry>
<title>refactor: deprecate util.path.path_separator</title>
<updated>2024-12-21T17:15:15Z</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2024-12-21T15:16:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=f1405c1ea5d7a1051a8ced3110d7cf3b8524041b'/>
<id>urn:sha1:f1405c1ea5d7a1051a8ced3110d7cf3b8524041b</id>
<content type='text'>
Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
</content>
</entry>
<entry>
<title>refactor: deprecate util.path.join</title>
<updated>2024-12-21T15:10:35Z</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2024-12-21T13:08:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=45c5095097702e8316f9409b39b2721db8534db2'/>
<id>urn:sha1:45c5095097702e8316f9409b39b2721db8534db2</id>
<content type='text'>
Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
</content>
</entry>
<entry>
<title>refactor: fix luals warnings</title>
<updated>2024-12-19T10:33:57Z</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2024-12-17T11:11:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=040001d85e9190a904d0e35ef5774633e14d8475'/>
<id>urn:sha1:040001d85e9190a904d0e35ef5774633e14d8475</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(msbuild): config instruction for filetypes (#3516)</title>
<updated>2024-12-17T07:22:18Z</updated>
<author>
<name>Rui Chen</name>
<email>77432836+sharpchen@users.noreply.github.com</email>
</author>
<published>2024-12-17T07:22:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=495a7f16f6eb1d3e9b2b976c77b51ab9f970046d'/>
<id>urn:sha1:495a7f16f6eb1d3e9b2b976c77b51ab9f970046d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(ruff, ruff_lsp, crystalline, janet_lsp): returning a function from root pattern (#3513)</title>
<updated>2024-12-15T00:50:47Z</updated>
<author>
<name>apostoli</name>
<email>79337131+apostolos-geyer@users.noreply.github.com</email>
</author>
<published>2024-12-15T00:50:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=ae8a01bb40848490548e5d07b97ed972ed43c2f9'/>
<id>urn:sha1:ae8a01bb40848490548e5d07b97ed972ed43c2f9</id>
<content type='text'>
* fix(ruff, ruff_lsp): error returning the function returned by util.root_pattern on lsp start

* fix(crystalline, janet_lsp): invoke function returned by root pattern</content>
</entry>
<entry>
<title>refactor!: remove util.path.is_absolute</title>
<updated>2024-12-14T22:58:22Z</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2024-12-14T15:18:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=c502e4d288d1e29b46f6b78aa4b375a40c82e8b0'/>
<id>urn:sha1:c502e4d288d1e29b46f6b78aa4b375a40c82e8b0</id>
<content type='text'>
Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
</content>
</entry>
<entry>
<title>refactor!: remove util.path.escape_wildcards</title>
<updated>2024-12-14T20:51:16Z</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2024-12-14T14:52:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=3da18150795cd0cf2c0efe3c6fe6e142800c14ef'/>
<id>urn:sha1:3da18150795cd0cf2c0efe3c6fe6e142800c14ef</id>
<content type='text'>
Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
</content>
</entry>
<entry>
<title>refactor: deprecate util.find_git_ancestor</title>
<updated>2024-12-14T16:24:12Z</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2024-12-13T13:53:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=12d163c5c2b05e85431f2deef5d9d59a8fd8dfc2'/>
<id>urn:sha1:12d163c5c2b05e85431f2deef5d9d59a8fd8dfc2</id>
<content type='text'>
Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
</content>
</entry>
<entry>
<title>docs: how to get package.json parent dir #3506</title>
<updated>2024-12-14T00:06:28Z</updated>
<author>
<name>Guilherme Soares</name>
<email>48023091+guilhas07@users.noreply.github.com</email>
</author>
<published>2024-12-14T00:06:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=3cb6c05779459eb5fe9cddbb47675593594f0415'/>
<id>urn:sha1:3cb6c05779459eb5fe9cddbb47675593594f0415</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(regression): fix for vim.fs.find regression not returning parent directory (#3505)</title>
<updated>2024-12-13T19:30:45Z</updated>
<author>
<name>Jacob Reed</name>
<email>jacob.russell.reed@gmail.com</email>
</author>
<published>2024-12-13T19:30:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=4761665b4be82c46612cdfb4ea9c90de25875c4f'/>
<id>urn:sha1:4761665b4be82c46612cdfb4ea9c90de25875c4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: deprecate util.find_package_json_ancestor</title>
<updated>2024-12-13T13:31:20Z</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2024-12-13T13:02:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=f675f8c430ae3012f6d140899c2cec3b59e9cb43'/>
<id>urn:sha1:f675f8c430ae3012f6d140899c2cec3b59e9cb43</id>
<content type='text'>
Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
</content>
</entry>
<entry>
<title>fix(tinymist): fallback to single file in some case (#3501)</title>
<updated>2024-12-12T08:35:00Z</updated>
<author>
<name>Yaksis</name>
<email>59007159+Yakkhini@users.noreply.github.com</email>
</author>
<published>2024-12-12T08:35:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=e35fd81524b50bff187951253d4f6c9c97a7d013'/>
<id>urn:sha1:e35fd81524b50bff187951253d4f6c9c97a7d013</id>
<content type='text'>
When the `root_dir` is null, tinymist should still runs to give a
baseline usage.</content>
</entry>
<entry>
<title>fix(kotlin_language_server): wrong cmd on Windows #3500</title>
<updated>2024-12-11T14:37:09Z</updated>
<author>
<name>Kevin Nitro</name>
<email>trannguyenthaibinh46@gmail.com</email>
</author>
<published>2024-12-11T14:37:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=402f12c841f3dc92043ac3af3ad4524faf76d613'/>
<id>urn:sha1:402f12c841f3dc92043ac3af3ad4524faf76d613</id>
<content type='text'>
fix #3499</content>
</entry>
<entry>
<title>docs(volar): fix dead links and remove outdated content (#3498)</title>
<updated>2024-12-10T05:10:53Z</updated>
<author>
<name>Fabien</name>
<email>vaga@users.noreply.github.com</email>
</author>
<published>2024-12-10T05:10:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=cef5a113b19b9d04729017efca2edffd16b884ae'/>
<id>urn:sha1:cef5a113b19b9d04729017efca2edffd16b884ae</id>
<content type='text'>
* docs(volar): refine Typescript SDK path lookup process

* docs(volar): fix dead links and improve clarity</content>
</entry>
<entry>
<title>fix(volar &amp; astro): remove duplicate node_modules  (#3497)</title>
<updated>2024-12-09T09:19:04Z</updated>
<author>
<name>汐</name>
<email>31800073+Parsifa1@users.noreply.github.com</email>
</author>
<published>2024-12-09T09:19:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=b8b725659fa60d2c5f5bd7459bcfee1d8b34acd5'/>
<id>urn:sha1:b8b725659fa60d2c5f5bd7459bcfee1d8b34acd5</id>
<content type='text'>
fix #3496</content>
</entry>
<entry>
<title>refactor: remove outdated code</title>
<updated>2024-12-08T17:38:48Z</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2024-12-01T14:41:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=687fcb939b7de052a3ba6c300348fcd5eb128e83'/>
<id>urn:sha1:687fcb939b7de052a3ba6c300348fcd5eb128e83</id>
<content type='text'>
Lspconfig requires neovim version 0.9 at the time of writing this, so
discard any version checks and code for older versions.
</content>
</entry>
<entry>
<title>refactor: deprecate util.find_node_modules_ancestor</title>
<updated>2024-12-08T17:32:42Z</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2024-11-28T17:11:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=19626a3a4484de12c3d8c0833bb49ecb3dcd5c76'/>
<id>urn:sha1:19626a3a4484de12c3d8c0833bb49ecb3dcd5c76</id>
<content type='text'>
Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
</content>
</entry>
<entry>
<title>feat: ltex-ls-plus #3442</title>
<updated>2024-12-07T13:09:31Z</updated>
<author>
<name>Stefano Volpe</name>
<email>foxy@teapot.ovh</email>
</author>
<published>2024-12-07T13:09:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=ab8f4009b42670aab15dffd1666b02b7d9127ca8'/>
<id>urn:sha1:ab8f4009b42670aab15dffd1666b02b7d9127ca8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "refactor: use simpler file existence check" #3495</title>
<updated>2024-12-06T11:19:39Z</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2024-12-06T11:19:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=64073cbed0ce23e988160bfd1a148a75b6af94cc'/>
<id>urn:sha1:64073cbed0ce23e988160bfd1a148a75b6af94cc</id>
<content type='text'>
This reverts commit 90c1c6cc822b1836209514c096069b9bbeab63d9.

Fix #3485</content>
</entry>
<entry>
<title>fix(typst_lsp): deprecate typst_lsp to tinymist (#3493)</title>
<updated>2024-12-05T10:54:48Z</updated>
<author>
<name>glepnir</name>
<email>glephunter@gmail.com</email>
</author>
<published>2024-12-05T10:54:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=2c007c79eedfca0ec652c50d571cb0c52d1577ba'/>
<id>urn:sha1:2c007c79eedfca0ec652c50d571cb0c52d1577ba</id>
<content type='text'>
Problem: typst_lsp has been archived.

Solution: use tinymist instead

Fix #3492</content>
</entry>
<entry>
<title>fix(types): lspconfig.Config commands (#3490)</title>
<updated>2024-12-04T05:36:07Z</updated>
<author>
<name>andrew snelling</name>
<email>72226000+snelling-a@users.noreply.github.com</email>
</author>
<published>2024-12-04T05:36:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=6e385d2fe5da6714f00142afbd8d3591d330ffd7'/>
<id>urn:sha1:6e385d2fe5da6714f00142afbd8d3591d330ffd7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: broken elixir-ls URL #3489</title>
<updated>2024-12-02T16:26:54Z</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2024-12-02T16:26:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=2386f1e0e1a99c944617f8b6a8088c95b806505c'/>
<id>urn:sha1:2386f1e0e1a99c944617f8b6a8088c95b806505c</id>
<content type='text'>
fix #3488</content>
</entry>
<entry>
<title>refactor: replace all instances of vim.uv with vim.loop</title>
<updated>2024-12-02T10:12:18Z</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2024-12-01T12:01:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=9b89ba5f158f73779cd58d0bb2783dfb40b28b0e'/>
<id>urn:sha1:9b89ba5f158f73779cd58d0bb2783dfb40b28b0e</id>
<content type='text'>
We still support neovim 0.9 currently, so we can't use vim.uv. Also add
a check so we don't accidentally reintroduce it.
</content>
</entry>
<entry>
<title>fix(statix): use correct cmd (#3487)</title>
<updated>2024-12-02T05:34:22Z</updated>
<author>
<name>uncenter</name>
<email>47499684+uncenter@users.noreply.github.com</email>
</author>
<published>2024-12-02T05:34:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=ec346d7e73d8de21648b45ff868a384be5ecdd05'/>
<id>urn:sha1:ec346d7e73d8de21648b45ff868a384be5ecdd05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(fennel-ls): enable single_file_support #3417</title>
<updated>2024-12-01T22:12:42Z</updated>
<author>
<name>Emma</name>
<email>4430224+justiceenunciate@users.noreply.github.com</email>
</author>
<published>2024-12-01T22:12:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=6c0de93a52b8bea36ddef037638afe4605f04040'/>
<id>urn:sha1:6c0de93a52b8bea36ddef037638afe4605f04040</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: use simpler file existence check</title>
<updated>2024-12-01T14:11:38Z</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2024-12-01T11:57:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=90c1c6cc822b1836209514c096069b9bbeab63d9'/>
<id>urn:sha1:90c1c6cc822b1836209514c096069b9bbeab63d9</id>
<content type='text'>
The vimscript function `getftype` is an easier way to check for file
existence compared to vim.uv.
</content>
</entry>
<entry>
<title>fix: return string instead of table for find_mercurial_ancestor</title>
<updated>2024-11-30T13:07:10Z</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2024-11-30T13:01:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=7b0a2f6b14485bb5a237fc1328a487ff3e4a08c5'/>
<id>urn:sha1:7b0a2f6b14485bb5a237fc1328a487ff3e4a08c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: deprecate util.find_mercurial_ancestor</title>
<updated>2024-11-29T11:17:35Z</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2024-11-28T17:11:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=e869c7e6af0a3c40a2b344a9765779d74dd12720'/>
<id>urn:sha1:e869c7e6af0a3c40a2b344a9765779d74dd12720</id>
<content type='text'>
Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
</content>
</entry>
<entry>
<title>refactor: deprecate util.path.is_dir #3475</title>
<updated>2024-11-28T22:39:12Z</updated>
<author>
<name>dundargoc</name>
<email>33953936+dundargoc@users.noreply.github.com</email>
</author>
<published>2024-11-28T22:39:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=6a5ed22255bbe10104ff9b72c55ec2e233a8e571'/>
<id>urn:sha1:6a5ed22255bbe10104ff9b72c55ec2e233a8e571</id>
<content type='text'>
Work on https://github.com/neovim/nvim-lspconfig/issues/2079</content>
</entry>
<entry>
<title>refactor: deprecate util.path.is_file #3474</title>
<updated>2024-11-28T21:44:19Z</updated>
<author>
<name>dundargoc</name>
<email>33953936+dundargoc@users.noreply.github.com</email>
</author>
<published>2024-11-28T21:44:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=86dcd4d4ec014c5cb47033c52a54508acd503b97'/>
<id>urn:sha1:86dcd4d4ec014c5cb47033c52a54508acd503b97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: bashls add bash filetype (#3457)</title>
<updated>2024-11-28T05:48:47Z</updated>
<author>
<name>King Art</name>
<email>arthur@ischium.net</email>
</author>
<published>2024-11-28T05:48:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=a0ba5b10ca7846bd523e24c52d73f723841d2405'/>
<id>urn:sha1:a0ba5b10ca7846bd523e24c52d73f723841d2405</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: deprecate `util.path.exists`</title>
<updated>2024-11-27T13:56:17Z</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2024-11-27T11:26:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=2a11b98741d168790cf6fa6798e991b3f78bf314'/>
<id>urn:sha1:2a11b98741d168790cf6fa6798e991b3f78bf314</id>
<content type='text'>
Use `vim.uv.fs_stat` instead.

Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
</content>
</entry>
<entry>
<title>refactor: group deprecated functions at the end</title>
<updated>2024-11-27T11:19:32Z</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2024-11-27T11:14:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=d651732cecfc77be1b3727512bec0438c22410d1'/>
<id>urn:sha1:d651732cecfc77be1b3727512bec0438c22410d1</id>
<content type='text'>
This makes it easier to assess how much functionality still needs to be deprecated.
</content>
</entry>
<entry>
<title>fix: using method string instead constant (#3468)</title>
<updated>2024-11-27T05:13:20Z</updated>
<author>
<name>glepnir</name>
<email>glephunter@gmail.com</email>
</author>
<published>2024-11-27T05:13:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=5d8288c794de811d41490ed6f616d6271e2c1c98'/>
<id>urn:sha1:5d8288c794de811d41490ed6f616d6271e2c1c98</id>
<content type='text'>
Using method string instead constant avoid nil error in low release version</content>
</entry>
<entry>
<title>refactor: remove internal implementation of `util.path.sanitize` #3464</title>
<updated>2024-11-26T21:42:28Z</updated>
<author>
<name>dundargoc</name>
<email>33953936+dundargoc@users.noreply.github.com</email>
</author>
<published>2024-11-26T21:42:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=830ec3893eeb2b21d182864b56931ca6d23d3e29'/>
<id>urn:sha1:830ec3893eeb2b21d182864b56931ca6d23d3e29</id>
<content type='text'>
Return value from `vim.fs.normalize` instead.</content>
</entry>
<entry>
<title>ci: check for deprecated util functions #3462</title>
<updated>2024-11-26T15:34:16Z</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2024-11-26T15:34:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=16008a64f6ab9309641f30b8a7c9a432f1649b9a'/>
<id>urn:sha1:16008a64f6ab9309641f30b8a7c9a432f1649b9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: remove implementation of util.path.dirname #3460</title>
<updated>2024-11-26T14:48:35Z</updated>
<author>
<name>dundargoc</name>
<email>33953936+dundargoc@users.noreply.github.com</email>
</author>
<published>2024-11-26T14:48:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=3eaab290c73c139d890e5da8a99dc76c274e03d5'/>
<id>urn:sha1:3eaab290c73c139d890e5da8a99dc76c274e03d5</id>
<content type='text'>
Instead, just return the result of vim.fs.dirname.</content>
</entry>
<entry>
<title>Revert "fix: check existing_client support workspaceFolder (#3452)" (#3459)</title>
<updated>2024-11-26T11:18:12Z</updated>
<author>
<name>glepnir</name>
<email>glephunter@gmail.com</email>
</author>
<published>2024-11-26T11:18:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=064221eed39e7dc81cf1d27c0d016f4b29a9aad1'/>
<id>urn:sha1:064221eed39e7dc81cf1d27c0d016f4b29a9aad1</id>
<content type='text'>
This reverts commit fe88eade4ab50fca9ace99205cad1d91645ed9e8.</content>
</entry>
<entry>
<title>fix: check existing_client support workspaceFolder (#3452)</title>
<updated>2024-11-26T06:19:10Z</updated>
<author>
<name>glepnir</name>
<email>glephunter@gmail.com</email>
</author>
<published>2024-11-26T06:19:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=fe88eade4ab50fca9ace99205cad1d91645ed9e8'/>
<id>urn:sha1:fe88eade4ab50fca9ace99205cad1d91645ed9e8</id>
<content type='text'>
if existing_client does not support workpaceFolder
should spawn a new server instance</content>
</entry>
<entry>
<title>fix: outdated references to 'lspconfig.ui.windows' #3454</title>
<updated>2024-11-25T13:48:01Z</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2024-11-25T13:48:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=27008519562f16453813c19dcc6ee97f505e0b1c'/>
<id>urn:sha1:27008519562f16453813c19dcc6ee97f505e0b1c</id>
<content type='text'>
Problem:
Some configs still reference 'lspconfig.ui.windows', which was removed
in e6569c18c21be5166e4b9cc7530e828b8285c84e.

Solution:
Remove the references.</content>
</entry>
<entry>
<title>feat: add silent on error option</title>
<updated>2024-11-24T04:30:34Z</updated>
<author>
<name>Maria José Solano</name>
<email>majosolano99@gmail.com</email>
</author>
<published>2024-11-24T03:31:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=2eccb418f2f972ad1167f8491a8180acdeb02384'/>
<id>urn:sha1:2eccb418f2f972ad1167f8491a8180acdeb02384</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: use vim.lsp.start instead of vim.lsp.start_client</title>
<updated>2024-11-24T04:30:34Z</updated>
<author>
<name>Maria José Solano</name>
<email>majosolano99@gmail.com</email>
</author>
<published>2024-11-23T22:03:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=8d9fd3581ac07a2e1940435e13bda31a0cdeb795'/>
<id>urn:sha1:8d9fd3581ac07a2e1940435e13bda31a0cdeb795</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: pass offset_encoding in some make params util functions(#3449)</title>
<updated>2024-11-24T00:57:50Z</updated>
<author>
<name>Rocky</name>
<email>yzhang.rocky@gmail.com</email>
</author>
<published>2024-11-24T00:57:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=022134a75c5189e87b0aef1c7e1db1921ec4073f'/>
<id>urn:sha1:022134a75c5189e87b0aef1c7e1db1921ec4073f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs(harper_ls): fix links to current harper repo (#3444)</title>
<updated>2024-11-22T09:40:24Z</updated>
<author>
<name>Jon Surrell</name>
<email>sirreal@users.noreply.github.com</email>
</author>
<published>2024-11-22T09:40:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=618d2051d40a2ae34a892a003d49ca44053f2c7a'/>
<id>urn:sha1:618d2051d40a2ae34a892a003d49ca44053f2c7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(texlab): clean commands function (#3430)</title>
<updated>2024-11-20T11:35:05Z</updated>
<author>
<name>glepnir</name>
<email>glephunter@gmail.com</email>
</author>
<published>2024-11-20T11:35:05Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=5d17f6c6deb938222cb03cc31f50549880ba2669'/>
<id>urn:sha1:5d17f6c6deb938222cb03cc31f50549880ba2669</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(vale_ls): add reStructuredText to filetypes (#3439)</title>
<updated>2024-11-17T13:00:35Z</updated>
<author>
<name>Antonin Godard</name>
<email>37036499+antznin@users.noreply.github.com</email>
</author>
<published>2024-11-17T13:00:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=a40c2fde8d49a14e5d80f1fc627e5efbf71d3ee3'/>
<id>urn:sha1:a40c2fde8d49a14e5d80f1fc627e5efbf71d3ee3</id>
<content type='text'>
Vale supports parsing reStructuredText files, as documented here:
https://vale.sh/docs/topics/scoping/#restructuredtext

It uses rst2html in the background.

Signed-off-by: Antonin Godard &lt;antoningodard@pm.me&gt;</content>
</entry>
<entry>
<title>feat: add support using erb files to ruby-lsp (#3435)</title>
<updated>2024-11-15T05:47:32Z</updated>
<author>
<name>Vinícius Bispo</name>
<email>vini.bispo015@gmail.com</email>
</author>
<published>2024-11-15T05:47:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=404b30de697722b4d482246962c315de75ed9d46'/>
<id>urn:sha1:404b30de697722b4d482246962c315de75ed9d46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add robotcode support (#3431)</title>
<updated>2024-11-12T08:45:56Z</updated>
<author>
<name>Tendon</name>
<email>88754538+TendonT52@users.noreply.github.com</email>
</author>
<published>2024-11-12T08:45:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=561cafdb801c4038bd41e0a36c7ef07874f520d0'/>
<id>urn:sha1:561cafdb801c4038bd41e0a36c7ef07874f520d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(texlab): use exec_cmd method in cleanArtifacts and cleanAuxiliary (#3428)</title>
<updated>2024-11-10T11:08:10Z</updated>
<author>
<name>Dimitris Dimitropoulos</name>
<email>dimitris.dimitropoulos00@gmail.com</email>
</author>
<published>2024-11-10T11:08:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=884d257d143b0d45bac586ad6ae2006ab6d097e2'/>
<id>urn:sha1:884d257d143b0d45bac586ad6ae2006ab6d097e2</id>
<content type='text'>
Problem: see #3426 and #3427</content>
</entry>
<entry>
<title>fix(texlab): use exec_cmd method (#3427)</title>
<updated>2024-11-10T10:33:39Z</updated>
<author>
<name>Dimitris Dimitropoulos</name>
<email>dimitris.dimitropoulos00@gmail.com</email>
</author>
<published>2024-11-10T10:33:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=210091e839b428ec539c24cec4813fc9366afa7f'/>
<id>urn:sha1:210091e839b428ec539c24cec4813fc9366afa7f</id>
<content type='text'>
Problem: vim.lsp.buf.execute_command has been deprecated in nightly
Solution: add version check of nvim and use client:exec_command for nightly version

---------

Co-authored-by: glepnir &lt;glephunter@gmail.com&gt;</content>
</entry>
<entry>
<title>feat: add the official Nextflow Language Server nextflow_ls (#3423)</title>
<updated>2024-11-07T11:25:35Z</updated>
<author>
<name>Micah Halter</name>
<email>micah@mehalter.com</email>
</author>
<published>2024-11-07T11:25:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=3ae9e5089e3d5e9e1371b836afe3a514cd16bc9f'/>
<id>urn:sha1:3ae9e5089e3d5e9e1371b836afe3a514cd16bc9f</id>
<content type='text'>
* feat: add nextflow_ls

</content>
</entry>
<entry>
<title>chore: fix typo on deprecate of bufls (#3422)</title>
<updated>2024-11-06T07:28:56Z</updated>
<author>
<name>glepnir</name>
<email>glephunter@gmail.com</email>
</author>
<published>2024-11-06T07:28:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=52302604e3c667cfdf33aadf89088e96eb3c5da3'/>
<id>urn:sha1:52302604e3c667cfdf33aadf89088e96eb3c5da3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(buf): new lsp for protobuf (#3414)</title>
<updated>2024-11-06T05:38:53Z</updated>
<author>
<name>Imron Gamidli</name>
<email>36050790+gogamid@users.noreply.github.com</email>
</author>
<published>2024-11-06T05:38:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=2e92288351d3b0a9e5c8d8de7d1a9aaa0e5c40e9'/>
<id>urn:sha1:2e92288351d3b0a9e5c8d8de7d1a9aaa0e5c40e9</id>
<content type='text'>
new server bufls for protobuf filetype</content>
</entry>
<entry>
<title>chore(ruff_lsp): deprecate ruff_lsp in favour of ruff (#3420)</title>
<updated>2024-11-06T05:37:50Z</updated>
<author>
<name>Peter Lithammer</name>
<email>peter.lithammer@gmail.com</email>
</author>
<published>2024-11-06T05:37:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=dff0299f2a510544665592531845b230159edafb'/>
<id>urn:sha1:dff0299f2a510544665592531845b230159edafb</id>
<content type='text'>
`ruff server` has been stable for some time now.</content>
</entry>
<entry>
<title>fix(health): improve format of root dir and doc in checkhealth (#3416)</title>
<updated>2024-11-03T11:48:12Z</updated>
<author>
<name>glepnir</name>
<email>glephunter@gmail.com</email>
</author>
<published>2024-11-03T11:48:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=bc6ada4b0892b7f10852c0b8ca7209fd39a6d754'/>
<id>urn:sha1:bc6ada4b0892b7f10852c0b8ca7209fd39a6d754</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: correct type annotation on lspconfig.Config::on_new_config (#3411)</title>
<updated>2024-10-31T05:32:18Z</updated>
<author>
<name>Tristan Partin</name>
<email>tristan@partin.io</email>
</author>
<published>2024-10-31T05:32:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=54617a18f4cf46f0c2f6d024fa6feb7515fe036d'/>
<id>urn:sha1:54617a18f4cf46f0c2f6d024fa6feb7515fe036d</id>
<content type='text'>
It takes a new_root_dir parameter as documented in the help docs.

Signed-off-by: Tristan Partin &lt;tristan@partin.io&gt;</content>
</entry>
<entry>
<title>feat: harper supports nix filetype #3407</title>
<updated>2024-10-28T12:29:20Z</updated>
<author>
<name>Jeremy Fleischman</name>
<email>jeremyfleischman@gmail.com</email>
</author>
<published>2024-10-28T12:29:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=e9ebb475b388917da1ffd2f24b58359fffc50366'/>
<id>urn:sha1:e9ebb475b388917da1ffd2f24b58359fffc50366</id>
<content type='text'>
Support for nix just landed in harper: https://github.com/elijah-potter/harper/pull/244</content>
</entry>
<entry>
<title>fix(dprint): add graphql to filetypes #3406</title>
<updated>2024-10-28T11:47:13Z</updated>
<author>
<name>Maria José Solano</name>
<email>majosolano99@gmail.com</email>
</author>
<published>2024-10-28T11:47:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=f1eab09ed7b18af7af2079159ed52ee969ddc289'/>
<id>urn:sha1:f1eab09ed7b18af7af2079159ed52ee969ddc289</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: ts_query_ls (for tree-sitter query files) #3404</title>
<updated>2024-10-26T00:15:50Z</updated>
<author>
<name>Riley Bruins</name>
<email>ribru17@hotmail.com</email>
</author>
<published>2024-10-26T00:15:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=71b5ca5ef1d716803c2e2fddeec0da11737f5699'/>
<id>urn:sha1:71b5ca5ef1d716803c2e2fddeec0da11737f5699</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(health): "root directory" not reported #3402</title>
<updated>2024-10-25T14:50:39Z</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2024-10-25T14:50:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=4ae8ea049034a4f1b95b3e671ab9d35c16eeafb9'/>
<id>urn:sha1:4ae8ea049034a4f1b95b3e671ab9d35c16eeafb9</id>
<content type='text'>
Problem:
"root directory" not reported.

Solution:
report root_dir. regression from b55b9659de9ac17e05df4787bb023e4c7ef45329</content>
</entry>
<entry>
<title>feat(docs): improve formatting of generated docs #3400</title>
<updated>2024-10-24T17:28:14Z</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2024-10-24T17:28:14Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=a4a0cf9b396b232846e25a9d7e9655a9d52daef0'/>
<id>urn:sha1:a4a0cf9b396b232846e25a9d7e9655a9d52daef0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(health): version fails for jdtls #3399</title>
<updated>2024-10-24T16:56:32Z</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2024-10-24T16:56:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=fb41274c6418634f59d45efa808b6a8a2d6887f2'/>
<id>urn:sha1:fb41274c6418634f59d45efa808b6a8a2d6887f2</id>
<content type='text'>
Problem:
version fails for jdtls

Solution:
Try `-version` (one hyphen). Drop `-v`, it's probably not useful. Also
drop `-h` because it is unlikely to work if `--help` didn't work.

TODO: make a smarter guess about the actual "argv0" of `cmd`.</content>
</entry>
</feed>
