diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-02-08 18:14:46 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-02-08 18:14:46 +0000 |
| commit | 5dca9e1480ebe39f3f96f98a8196f8ee18fad207 (patch) | |
| tree | 41575e7ba65faf4e5f6ad7850ba1a35119485ed0 /doc | |
| parent | feat(oxc): OxcFixAll command #3604 (diff) | |
| download | nvim-lspconfig-5dca9e1480ebe39f3f96f98a8196f8ee18fad207.tar nvim-lspconfig-5dca9e1480ebe39f3f96f98a8196f8ee18fad207.tar.gz nvim-lspconfig-5dca9e1480ebe39f3f96f98a8196f8ee18fad207.tar.bz2 nvim-lspconfig-5dca9e1480ebe39f3f96f98a8196f8ee18fad207.tar.lz nvim-lspconfig-5dca9e1480ebe39f3f96f98a8196f8ee18fad207.tar.xz nvim-lspconfig-5dca9e1480ebe39f3f96f98a8196f8ee18fad207.tar.zst nvim-lspconfig-5dca9e1480ebe39f3f96f98a8196f8ee18fad207.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/configs.md | 8 | ||||
| -rw-r--r-- | doc/configs.txt | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/doc/configs.md b/doc/configs.md index d50bc624..465de67f 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -7478,6 +7478,14 @@ Default config: ```lua { "oxc_language_server" } ``` +- `commands` : + ```lua + { + OxcFixAll = { <function 1>, + description = "Apply fixes to current buffer using oxlint (--fix)" + } + } + ``` - `filetypes` : ```lua { "astro", "javascript", "javascriptreact", "svelte", "typescript", "typescript.tsx", "typescriptreact", "vue" } diff --git a/doc/configs.txt b/doc/configs.txt index d50bc624..465de67f 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -7478,6 +7478,14 @@ Default config: ```lua { "oxc_language_server" } ``` +- `commands` : + ```lua + { + OxcFixAll = { <function 1>, + description = "Apply fixes to current buffer using oxlint (--fix)" + } + } + ``` - `filetypes` : ```lua { "astro", "javascript", "javascriptreact", "svelte", "typescript", "typescript.tsx", "typescriptreact", "vue" } |
