feat: improve python experience

This commit is contained in:
Oliver Ladner 2025-05-19 10:17:36 +02:00
commit 034c628ee8
4 changed files with 60 additions and 2 deletions

View file

@ -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 = {

View file

@ -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" },

View file

@ -12,6 +12,7 @@ vim.lsp.enable({
"docker-compose",
"bicep",
"proselint",
"python",
})
-- Set highlight on search