fix ruff-lsp name

This commit is contained in:
Szwendacz99 2022-12-30 11:59:07 +01:00
parent 696193a3fd
commit 4ad8de2d29
2 changed files with 2 additions and 1 deletions

View file

@ -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",

View file

@ -1,5 +1,6 @@
require('lint').linters_by_ft = { require('lint').linters_by_ft = {
--python = { --python = {
--'ruff'
--'flake8', --'flake8',
--'pylint', --'pylint',
--'pycodestyle', --'pycodestyle',