Skip to content

Commit d1a8d3b

Browse files
committed
fix(nvim): ruff_lsp is deprecated, use ruff instead
1 parent 0b0ed25 commit d1a8d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nvim/.config/nvim/lua/lsp.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ lspconfig.volar.setup{
5050

5151
lspconfig.pyright.setup {}
5252
lspconfig.rust_analyzer.setup {}
53-
lspconfig.ruff_lsp.setup {}
53+
lspconfig.ruff.setup {}
5454
lspconfig.gopls.setup {}
5555

5656
-- Use LspAttach autocommand to only map the following keys

0 commit comments

Comments
 (0)