mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-06 21:36:34 +05:30
feat: add python support
This commit is contained in:
@ -19,6 +19,10 @@ local opts = {
|
||||
b.formatting.gofumpt,
|
||||
b.formatting.goimports,
|
||||
b.diagnostics.staticcheck,
|
||||
|
||||
-- python
|
||||
b.diagnostics.ruff,
|
||||
b.formatting.black,
|
||||
},
|
||||
on_attach = function(client, bufnr)
|
||||
if client.supports_method("textDocument/formatting") then
|
||||
|
Reference in New Issue
Block a user