fix ruff-lsp name
This commit is contained in:
parent
696193a3fd
commit
4ad8de2d29
2 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@ require("mason-lspconfig").setup({
|
|||
"bashls",
|
||||
"pyright",
|
||||
"pylsp",
|
||||
"ruff-lsp",
|
||||
"ruff_lsp",
|
||||
--"python-jedi-server",
|
||||
--"pyre",
|
||||
"perlnavigator",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
require('lint').linters_by_ft = {
|
||||
--python = {
|
||||
--'ruff'
|
||||
--'flake8',
|
||||
--'pylint',
|
||||
--'pycodestyle',
|
||||
|
|
Loading…
Reference in a new issue