mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-24 23:30:40 -05:00
feat(home/nvim/pylsp): make unused imports be a warning
This commit is contained in:
@@ -44,6 +44,15 @@
|
||||
}}})
|
||||
add_lsp(lspconfig.phpactor, {})
|
||||
add_lsp(lspconfig.pylsp, {
|
||||
settings = {
|
||||
pylsp = {
|
||||
plugins = {
|
||||
ruff = {
|
||||
severities = { ["F401"] = "W" }
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
capabilities = {
|
||||
experimental = {
|
||||
inlayHintProvider = true,
|
||||
|
||||
Reference in New Issue
Block a user