We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b0ed25 commit d1a8d3bCopy full SHA for d1a8d3b
nvim/.config/nvim/lua/lsp.lua
@@ -50,7 +50,7 @@ lspconfig.volar.setup{
50
51
lspconfig.pyright.setup {}
52
lspconfig.rust_analyzer.setup {}
53
-lspconfig.ruff_lsp.setup {}
+lspconfig.ruff.setup {}
54
lspconfig.gopls.setup {}
55
56
-- Use LspAttach autocommand to only map the following keys
0 commit comments