diff --git a/README.md b/README.md index 3a908582..56c29b27 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,7 @@ local my_settings = Neoconf.get("neodev", defaults) - [x] [rescriptls](https://github.com/rescript-lang/rescript-vscode/tree/master/package.json) - [x] [rls](https://github.com/rust-lang/vscode-rust/tree/master/package.json) - [x] [rome](https://github.com/rome/tools/tree/main/editors/vscode/package.json) -- [x] [ruff_lsp](https://github.com/astral-sh/ruff-vscode/tree/main/package.json) +- [x] [ruff](https://github.com/astral-sh/ruff-vscode/tree/main/package.json) - [x] [rust_analyzer](https://github.com/rust-analyzer/rust-analyzer/tree/master/editors/code/package.json) - [x] [solargraph](https://github.com/castwide/vscode-solargraph/tree/master/package.json) - [x] [solidity_ls](https://github.com/juanfranblanco/vscode-solidity/tree/master/package.json) diff --git a/doc/neoconf.nvim.txt b/doc/neoconf.nvim.txt index 98bea039..9534ab5e 100644 --- a/doc/neoconf.nvim.txt +++ b/doc/neoconf.nvim.txt @@ -278,7 +278,7 @@ SUPPORTED LANGUAGE SERVERS*neoconf.nvim-neoconf.nvim-supported-language-servers* - rescriptls - rls - rome -- ruff_lsp +- ruff - rust_analyzer - solargraph - solidity_ls diff --git a/lua/neoconf/build/schemas.lua b/lua/neoconf/build/schemas.lua index ecb4b0e7..81d52df6 100644 --- a/lua/neoconf/build/schemas.lua +++ b/lua/neoconf/build/schemas.lua @@ -47,7 +47,7 @@ M.index = { rescriptls = "https://raw.githubusercontent.com/rescript-lang/rescript-vscode/master/package.json", rls = "https://raw.githubusercontent.com/rust-lang/vscode-rust/master/package.json", rome = "https://raw.githubusercontent.com/rome/tools/main/editors/vscode/package.json", - ruff_lsp = "https://raw.githubusercontent.com/astral-sh/ruff-vscode/main/package.json", + ruff = "https://raw.githubusercontent.com/astral-sh/ruff-vscode/main/package.json", rust_analyzer = "https://raw.githubusercontent.com/rust-analyzer/rust-analyzer/master/editors/code/package.json", solargraph = "https://raw.githubusercontent.com/castwide/vscode-solargraph/master/package.json", solidity_ls = "https://raw.githubusercontent.com/juanfranblanco/vscode-solidity/master/package.json", diff --git a/schemas/ruff_lsp.json b/schemas/ruff.json similarity index 100% rename from schemas/ruff_lsp.json rename to schemas/ruff.json