Skip to content

Commit

Permalink
Replace ruff_lsp with ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed May 25, 2024
1 parent 3e6fdb1 commit 7de063c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions nvim/.config/nvim/lua/plugins/mason-tool-installer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ return {
"html-lsp",
"lua-language-server",
"pyright",
"ruff-lsp",
"tailwindcss-language-server",
"typescript-language-server",
"typos-lsp",
-- Linters & formatters
"prettier",
"ruff",
"ruff", -- also an LSP server
"shellcheck",
"shfmt",
"stylua",
Expand Down
2 changes: 1 addition & 1 deletion nvim/.config/nvim/lua/plugins/nvim-lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ return {
capabilities = capabilities,
})

lspconfig.ruff_lsp.setup({
lspconfig.ruff.setup({
capabilities = capabilities,
})

Expand Down

0 comments on commit 7de063c

Please sign in to comment.