<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-lspconfig/lsp/oxlint.lua, branch docs</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-lspconfig/atom/lsp/oxlint.lua?h=docs</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-lspconfig/atom/lsp/oxlint.lua?h=docs'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/'/>
<updated>2026-02-27T10:18:23Z</updated>
<entry>
<title>feat(oxlint): oxlint.config.ts root marker #4328</title>
<updated>2026-02-27T10:18:23Z</updated>
<author>
<name>Douglas Tesch</name>
<email>alucard.s8123@gmail.com</email>
</author>
<published>2026-02-27T10:18:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=2fd0561f29af01e806b438a397b98cfbc2850755'/>
<id>urn:sha1:2fd0561f29af01e806b438a397b98cfbc2850755</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(oxlint, oxfmt): try local binaries in node_modules #4324</title>
<updated>2026-02-24T10:52:59Z</updated>
<author>
<name>T1ckbase</name>
<email>146760065+T1ckbase@users.noreply.github.com</email>
</author>
<published>2026-02-24T10:52:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=fcc66443c6f41ed80e2f99d0e2a4a49a92b93e5e'/>
<id>urn:sha1:fcc66443c6f41ed80e2f99d0e2a4a49a92b93e5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(oxlint): remove unknown filetypes</title>
<updated>2026-01-31T01:15:33Z</updated>
<author>
<name>Kris Maglione</name>
<email>maglione.k@gmail.com</email>
</author>
<published>2026-01-31T01:13:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=e852d6dde229f9410b63b735165d51d3b27dd483'/>
<id>urn:sha1:e852d6dde229f9410b63b735165d51d3b27dd483</id>
<content type='text'>
Problem:
The filetypes javascript.tsx and typescript.tsx are not valid and have
been removed from other LSP configs recently.

Solution:
Remove them from the oxlint config.
</content>
</entry>
<entry>
<title>fix(oxlint): don't attempt to find oxlint section in package.json</title>
<updated>2026-01-31T01:15:29Z</updated>
<author>
<name>Kris Maglione</name>
<email>maglione.k@gmail.com</email>
</author>
<published>2026-01-27T07:07:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=c706824097a21a523937695e95eb57aa53d700a1'/>
<id>urn:sha1:c706824097a21a523937695e95eb57aa53d700a1</id>
<content type='text'>
Problem:
The Oxlint LSP configuration checks `package.json` for an "oxlint"
section in its `root_dir` function. However, Oxlint has never supported
configuration via `package.json`.

Solution:
Specify ".oxlintrc.json" in a `root_markers` table instead.
</content>
</entry>
<entry>
<title>feat(oxlint): automatically enable type-aware linting for oxlint when necessary</title>
<updated>2026-01-31T01:15:25Z</updated>
<author>
<name>Kris Maglione</name>
<email>maglione.k@gmail.com</email>
</author>
<published>2026-01-27T03:59:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=e2bc4368282c7a94b8c2d49210d585baaf003153'/>
<id>urn:sha1:e2bc4368282c7a94b8c2d49210d585baaf003153</id>
<content type='text'>
Problem:
Type-aware linting is not enabled by default, and it isn't obvious at
all how to do so in neovim based on the Oxlint documentation.

Solution:
Automatically enable type-aware linting if the necessary dependencies
are installed and the Oxlint config file references TypeScript.
</content>
</entry>
<entry>
<title>feat(oxlint): mention :LxpOxlintFixAll command in help text</title>
<updated>2026-01-31T01:15:19Z</updated>
<author>
<name>Kris Maglione</name>
<email>maglione.k@gmail.com</email>
</author>
<published>2026-01-27T03:08:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=75630558d22955791648a7ad6de28581361c8def'/>
<id>urn:sha1:75630558d22955791648a7ad6de28581361c8def</id>
<content type='text'>
Problem:
This commit originally implemented the `:LxpOxlintFixAll` command and
added help text for it. On rebase, it conflicted with another commit
which added the same command but did not add help text.

Solution:
Add help text for the `:LspOxlintFixAll` command.
</content>
</entry>
<entry>
<title>feat(oxlint/oxfmt): adopt and fully integrate the recommended language servers (#4242)</title>
<updated>2026-01-29T21:29:02Z</updated>
<author>
<name>François Lachèse</name>
<email>33827360+FLchs@users.noreply.github.com</email>
</author>
<published>2026-01-29T21:29:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=bf8ede7302fcd0f09361fe03b8afa0fb001df67e'/>
<id>urn:sha1:bf8ede7302fcd0f09361fe03b8afa0fb001df67e</id>
<content type='text'>
* feat(oxlint): use new oxlint --lsp command

* chores(oxlint): improve the root_dir logic to better match what oxlint does

* feat(oxlint): add default init config comments

* feat(oxlint): add LspOxlintFixAll command

* docs(oxlint): improve docs

* feat(oxfmt): add oxfmt language server

* fix(oxlint): fix lint issues

* Update lsp/oxfmt.lua

Co-authored-by: Tim Shilov &lt;tim@shilov.dev&gt;

* Update lsp/oxlint.lua

Co-authored-by: Tim Shilov &lt;tim@shilov.dev&gt;

* fix(oxlint/oxfmt): use root_dir as workspaceUri

* fix: correct configuration after oxc release

* fix: add supported Oxfmt languages

* fix: add languages supported by Oxlint

---------

Co-authored-by: Tim Shilov &lt;tim@shilov.dev&gt;</content>
</entry>
<entry>
<title>chore: add type annotation for configs</title>
<updated>2025-08-19T02:39:23Z</updated>
<author>
<name>Igor</name>
<email>igorlfs@ufmg.br</email>
</author>
<published>2025-08-19T02:39:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=030a72f0aa4d56f9e8ff67921e6e3ffd0e97bf07'/>
<id>urn:sha1:030a72f0aa4d56f9e8ff67921e6e3ffd0e97bf07</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(oxlint): oxlint lsp #3815</title>
<updated>2025-05-02T17:00:27Z</updated>
<author>
<name>Maksim Terpilovskii</name>
<email>maximtrp@gmail.com</email>
</author>
<published>2025-05-02T17:00:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=c97ccc4b7d80657f3fc441769fd7f3c0bb67ed09'/>
<id>urn:sha1:c97ccc4b7d80657f3fc441769fd7f3c0bb67ed09</id>
<content type='text'>
</content>
</entry>
</feed>
