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",
|
"bashls",
|
||||||
"pyright",
|
"pyright",
|
||||||
"pylsp",
|
"pylsp",
|
||||||
"ruff-lsp",
|
"ruff_lsp",
|
||||||
--"python-jedi-server",
|
--"python-jedi-server",
|
||||||
--"pyre",
|
--"pyre",
|
||||||
"perlnavigator",
|
"perlnavigator",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
require('lint').linters_by_ft = {
|
require('lint').linters_by_ft = {
|
||||||
--python = {
|
--python = {
|
||||||
|
--'ruff'
|
||||||
--'flake8',
|
--'flake8',
|
||||||
--'pylint',
|
--'pylint',
|
||||||
--'pycodestyle',
|
--'pycodestyle',
|
||||||
|
|
Loading…
Reference in a new issue