<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-lspconfig/lua/lspconfig, branch v1.7.0</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-lspconfig/atom/lua/lspconfig?h=v1.7.0</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-lspconfig/atom/lua/lspconfig?h=v1.7.0'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/'/>
<updated>2025-02-22T10:13:37Z</updated>
<entry>
<title>feat: add air lsp (#3614)</title>
<updated>2025-02-22T10:13:37Z</updated>
<author>
<name>Maximilian Mücke</name>
<email>muecke.maximilian@gmail.com</email>
</author>
<published>2025-02-22T10:13:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=1ae2d18cb08324885406d599f093c8f14e93e87c'/>
<id>urn:sha1:1ae2d18cb08324885406d599f093c8f14e93e87c</id>
<content type='text'>
* feat: add air lsp

* fix(air): use `vim.fs.root()`</content>
</entry>
<entry>
<title>feat: turbo-language-server (#3620)</title>
<updated>2025-02-20T12:02:32Z</updated>
<author>
<name>Gergő Sulymosi</name>
<email>gergo.sulymosi@gmail.com</email>
</author>
<published>2025-02-20T12:02:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=333bae3d4c4f898699e96f488e43057f55bc5ea2'/>
<id>urn:sha1:333bae3d4c4f898699e96f488e43057f55bc5ea2</id>
<content type='text'>
The language server supports writing [Turbo](https://turbo.hotwired.dev).
There is a corresponding [VS Code plugin][1] with 700+ downloads.

[1]: https://marketplace.visualstudio.com/items?itemName=marcoroth.turbo-lsp&amp;ssr=false#overview</content>
</entry>
<entry>
<title>fix(lua_ls): return longest root path</title>
<updated>2025-02-18T15:59:33Z</updated>
<author>
<name>Afiq Nazrie</name>
<email>afnazrie@gmail.com</email>
</author>
<published>2024-12-15T10:31:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=1110787f1b464888c59a044c48c5119d14078044'/>
<id>urn:sha1:1110787f1b464888c59a044c48c5119d14078044</id>
<content type='text'>
This commit doesn't address the case when root path == vim.env.HOME as
the case lack return when it's true (#2110)

Fix #3508
</content>
</entry>
<entry>
<title>fix(eslint): openDoc breaks on some URLs #3615</title>
<updated>2025-02-14T16:29:26Z</updated>
<author>
<name>Kushal-Chandar</name>
<email>83660514+Kushal-Chandar@users.noreply.github.com</email>
</author>
<published>2025-02-14T16:29:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=7af2c37192deae28d1305ae9e68544f7fb5408e1'/>
<id>urn:sha1:7af2c37192deae28d1305ae9e68544f7fb5408e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(r_language_server): add quarto filetype (#3617)</title>
<updated>2025-02-14T06:18:55Z</updated>
<author>
<name>mutlusun</name>
<email>mutlusun@users.noreply.github.com</email>
</author>
<published>2025-02-14T06:18:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=28012ac4e3bd7a71cc81894468e40857e094309f'/>
<id>urn:sha1:28012ac4e3bd7a71cc81894468e40857e094309f</id>
<content type='text'>
[Quarto](https://quarto.org/) is a (more or less new) scientific and
technical publishing system. There is also a [quarto
filetype](https://github.com/neovim/neovim/blob/master/runtime/ftplugin/quarto.vim)
which is very similar to [rmarkdown](https://rmarkdown.rstudio.com/) but
has some extensions.

The quarto filetype can also be used with python and julia. The
r_language_server detects code chunks / blocks that use the R
programming language and runs only on them.</content>
</entry>
<entry>
<title>docs(veridian): heading levels for veridian fixed (#3613)</title>
<updated>2025-02-10T11:59:58Z</updated>
<author>
<name>Lingsong Feng</name>
<email>36920701+lingsongfeng@users.noreply.github.com</email>
</author>
<published>2025-02-10T11:59:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=4bef5fb4fb46c37be6c24cbd82dff4cbb572c2ce'/>
<id>urn:sha1:4bef5fb4fb46c37be6c24cbd82dff4cbb572c2ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(nushell): avoid nil root_dir #3611</title>
<updated>2025-02-10T02:22:23Z</updated>
<author>
<name>zc he</name>
<email>blindfs19@gmail.com</email>
</author>
<published>2025-02-10T02:22:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=d37812c49063eda10ad1f7c7695509365ac7bd47'/>
<id>urn:sha1:d37812c49063eda10ad1f7c7695509365ac7bd47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(angularls): trim leading characters from version #3610</title>
<updated>2025-02-09T23:40:03Z</updated>
<author>
<name>Tulio Brunoro</name>
<email>brunoro.tulio@gmail.com</email>
</author>
<published>2025-02-09T23:40:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=d95655822dc5d6a60d06a72fce26435ef5224b0b'/>
<id>urn:sha1:d95655822dc5d6a60d06a72fce26435ef5224b0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(oxc): OxcFixAll command #3604</title>
<updated>2025-02-08T18:10:54Z</updated>
<author>
<name>Marek Vospel</name>
<email>73162071+marekvospel@users.noreply.github.com</email>
</author>
<published>2025-02-08T18:10:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=afd59cf6b5ff4e713c1d478ab8e8344aded1e314'/>
<id>urn:sha1:afd59cf6b5ff4e713c1d478ab8e8344aded1e314</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs(atlas): add treesitter instructions (#3606)</title>
<updated>2025-02-07T06:06:13Z</updated>
<author>
<name>Net</name>
<email>akioburns@icloud.com</email>
</author>
<published>2025-02-07T06:06:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=ac46cf079aef3224aacf9abe5ffe435fbc99db32'/>
<id>urn:sha1:ac46cf079aef3224aacf9abe5ffe435fbc99db32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs(lua_ls): don't skip VIMRUNTIME ~/.config/nvim/.luarc.json exists #3603</title>
<updated>2025-02-06T15:06:15Z</updated>
<author>
<name>jyn</name>
<email>github@jyn.dev</email>
</author>
<published>2025-02-06T15:06:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=7c284f44fe7b120cf1e5b63d2b0648c3831c4048'/>
<id>urn:sha1:7c284f44fe7b120cf1e5b63d2b0648c3831c4048</id>
<content type='text'>
.luarc is created by lua-lsp itself (e.g. if you hit "disable diagnostics" in a code action), at which point the lsp will start showing errors that the vim global is undefined after the next restart.</content>
</entry>
<entry>
<title>feat: add wasm-language-tools (#3564)</title>
<updated>2025-02-06T05:49:33Z</updated>
<author>
<name>Pig Fang</name>
<email>g-plane@hotmail.com</email>
</author>
<published>2025-02-06T05:49:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=4ff005d1dce5154a0fb82680c4c138af0524a815'/>
<id>urn:sha1:4ff005d1dce5154a0fb82680c4c138af0524a815</id>
<content type='text'>
* feat: add wasm-language-tools

* chore: remove unused `util`</content>
</entry>
<entry>
<title>fix(health.lua): increased version check cmd timeout (#3601)</title>
<updated>2025-02-04T01:43:07Z</updated>
<author>
<name>snowdroppe</name>
<email>stefanrieche@gmail.com</email>
</author>
<published>2025-02-04T01:43:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=66bc018936c6ff76beb75f89d986af6442db4001'/>
<id>urn:sha1:66bc018936c6ff76beb75f89d986af6442db4001</id>
<content type='text'>
Problem:
LspInfo returns '?' for version string when using the codeqlls
language server. This is because codeql is slow to return its
version number due to the underlying JVM.

Solution:
Increase the timeout from 300ms to 500ms.
1000 iterations of `codeql version` resulted in (349 +- 13) ms
which informed the choice of 500ms.</content>
</entry>
<entry>
<title>feat: dts-lsp #3595</title>
<updated>2025-02-03T08:42:15Z</updated>
<author>
<name>Sergey Golovin</name>
<email>golovinengineer@icloud.com</email>
</author>
<published>2025-02-03T08:42:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=8840ea5429ed592e9c226666a24f3883973b41c1'/>
<id>urn:sha1:8840ea5429ed592e9c226666a24f3883973b41c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(angularls): on_new_config uses wrong executable on Windows #3597</title>
<updated>2025-02-01T20:22:27Z</updated>
<author>
<name>Yavorski</name>
<email>3436517+yavorski@users.noreply.github.com</email>
</author>
<published>2025-02-01T20:22:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=f98fa715acc975c2dd5fb5ba7ceddeb1cc725ad2'/>
<id>urn:sha1:f98fa715acc975c2dd5fb5ba7ceddeb1cc725ad2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(harper-ls): added new languages and updated links (#3591)</title>
<updated>2025-01-31T04:53:09Z</updated>
<author>
<name>Elijah Potter</name>
<email>me@elijahpotter.dev</email>
</author>
<published>2025-01-31T04:53:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=2c8e825a0540fc6c385df6068ebefdabb1e61c44'/>
<id>urn:sha1:2c8e825a0540fc6c385df6068ebefdabb1e61c44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: fix broken link in rust_analyzer config #3596</title>
<updated>2025-01-30T17:23:12Z</updated>
<author>
<name>sweiglbosker</name>
<email>stefan@s00.xyz</email>
</author>
<published>2025-01-30T17:23:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=5182e0d3709e2be0e91ed265112819c23ec272b6'/>
<id>urn:sha1:5182e0d3709e2be0e91ed265112819c23ec272b6</id>
<content type='text'>
</content>
</entry>
<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(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>
</feed>
