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",
"pyright",
"pylsp",
"ruff-lsp",
"ruff_lsp",
--"python-jedi-server",
--"pyre",
"perlnavigator",

View file

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