feat: improve python experience
This commit is contained in:
parent
11d2b1b5f4
commit
034c628ee8
4 changed files with 60 additions and 2 deletions
|
|
@ -22,10 +22,11 @@ return {
|
|||
text = { "woke" },
|
||||
graphql = { "prettier" },
|
||||
lua = { "stylua" },
|
||||
python = { "isort", "black" },
|
||||
python = { "ruff" },
|
||||
sh = { "shfmt" },
|
||||
terraform = { "tflint" },
|
||||
hcl = { "hclfmt" },
|
||||
gitcommit = { "commitlint" },
|
||||
},
|
||||
stop_after_first = false,
|
||||
format_on_save = {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ return {
|
|||
javascriptreact = { "eslint_d" },
|
||||
typescriptreact = { "eslint_d" },
|
||||
svelte = { "eslint_d" },
|
||||
python = { "pylint" },
|
||||
python = { "ruff" },
|
||||
ansible = { "woke" },
|
||||
markdown = { "woke", "proselint" },
|
||||
text = { "woke" },
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ vim.lsp.enable({
|
|||
"docker-compose",
|
||||
"bicep",
|
||||
"proselint",
|
||||
"python",
|
||||
})
|
||||
|
||||
-- Set highlight on search
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue