chore: update nvim plugins and switch python tooling to ruff

- bump ale, markview.nvim commits in lazy-lock
- replace pylint with ruff as python linter
- replace black with ruff/ruff_format as python formatter
- add java, kotlin, python to treesitter languages
This commit is contained in:
mitchell 2026-05-12 19:46:14 -04:00
parent 9b64299c45
commit 0694ba3805
3 changed files with 7 additions and 4 deletions

View file

@ -28,6 +28,9 @@ return {
"terraform",
"yaml",
"json",
"java",
"kotlin",
"python",
}
require("nvim-treesitter").install(langs)