Skip to content

Commit

Permalink
docs: update configs.md
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions[bot] committed Jan 27, 2025
1 parent 8981192 commit 637293c
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
29 changes: 29 additions & 0 deletions doc/configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ Nvim by running `:help lspconfig-all`.
- [openedge_ls](#openedge_ls)
- [openscad_ls](#openscad_ls)
- [openscad_lsp](#openscad_lsp)
- [oxlint](#oxlint)
- [pact_ls](#pact_ls)
- [pasls](#pasls)
- [pbls](#pbls)
Expand Down Expand Up @@ -7402,6 +7403,34 @@ Default config:
- `single_file_support` : `true`


## oxlint

https://oxc.rs

A collection of JavaScript tools written in Rust.

```sh
npm install [-g] oxlint
```

Snippet to enable the language server:
```lua
require'lspconfig'.oxlint.setup{}
```

Default config:
- `cmd` :
```lua
{ "oxc_language_server" }
```
- `filetypes` :
```lua
{ "astro", "javascript", "javascriptreact", "svelte", "typescript", "typescript.tsx", "typescriptreact", "vue" }
```
- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/oxlint.lua:4](../lua/lspconfig/configs/oxlint.lua#L4)
- `single_file_support` : `false`


## pact_ls

https://github.com/kadena-io/pact-lsp
Expand Down
29 changes: 29 additions & 0 deletions doc/configs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ Nvim by running `:help lspconfig-all`.
- [openedge_ls](#openedge_ls)
- [openscad_ls](#openscad_ls)
- [openscad_lsp](#openscad_lsp)
- [oxlint](#oxlint)
- [pact_ls](#pact_ls)
- [pasls](#pasls)
- [pbls](#pbls)
Expand Down Expand Up @@ -7402,6 +7403,34 @@ Default config:
- `single_file_support` : `true`


## oxlint

https://oxc.rs

A collection of JavaScript tools written in Rust.

```sh
npm install [-g] oxlint
```

Snippet to enable the language server:
```lua
require'lspconfig'.oxlint.setup{}
```

Default config:
- `cmd` :
```lua
{ "oxc_language_server" }
```
- `filetypes` :
```lua
{ "astro", "javascript", "javascriptreact", "svelte", "typescript", "typescript.tsx", "typescriptreact", "vue" }
```
- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/oxlint.lua:4](../lua/lspconfig/configs/oxlint.lua#L4)
- `single_file_support` : `false`


## pact_ls

https://github.com/kadena-io/pact-lsp
Expand Down

0 comments on commit 637293c

Please sign in to comment.