fix newsboat astro-interesting query, clean lsp-python-ruff

This commit is contained in:
Tibeuleu
2024-06-04 23:14:03 +02:00
parent 58eade83e2
commit 6f387c2633
2 changed files with 3 additions and 3 deletions

View File

@@ -38,8 +38,8 @@ local servers = {
},
ruff = {
enabled = true, -- Enable the plugin
executable = "<path-to-ruff-bin>", -- Custom path to ruff
config = "<path_to_custom_ruff_toml>", -- Custom config for ruff to use
-- executable = "<path-to-ruff-bin>", -- Custom path to ruff
-- config = "<path_to_custom_ruff_toml>", -- Custom config for ruff to use
extendSelect = { "I" }, -- Rules that are additionally used by ruff
extendIgnore = { "C90" }, -- Rules that are additionally ignored by ruff
format = { "I" }, -- Rules that are marked as fixable by ruff that should be fixed when running textDocument/formatting