Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion doc/neoconf.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ SUPPORTED LANGUAGE SERVERS*neoconf.nvim-neoconf.nvim-supported-language-servers*
- rescriptls <https://github.com/rescript-lang/rescript-vscode/tree/master/package.json>
- rls <https://github.com/rust-lang/vscode-rust/tree/master/package.json>
- rome <https://github.com/rome/tools/tree/main/editors/vscode/package.json>
- ruff_lsp <https://github.com/astral-sh/ruff-vscode/tree/main/package.json>
- ruff <https://github.com/astral-sh/ruff-vscode/tree/main/package.json>
- rust_analyzer <https://github.com/rust-analyzer/rust-analyzer/tree/master/editors/code/package.json>
- solargraph <https://github.com/castwide/vscode-solargraph/tree/master/package.json>
- solidity_ls <https://github.com/juanfranblanco/vscode-solidity/tree/master/package.json>
Expand Down
2 changes: 1 addition & 1 deletion lua/neoconf/build/schemas.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
File renamed without changes.