Fixed a long standing bug where <leader>fm didnt format python files correctly
This commit is contained in:
@@ -33,7 +33,6 @@ lspconfig.ruff.setup({
|
||||
ignore = {"F401", "W191"},
|
||||
preview = true,
|
||||
}
|
||||
-- Ruff language server settings go here
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user