Update nvim

This commit is contained in:
2026-08-02 14:18:41 -04:00
parent 22a1fcb0b5
commit 03088ca0b3
9 changed files with 114 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ vim.pack.add({
require("conform").setup({
formatters_by_ft = {
lua = { "stylua" },
odin = { "odinfmt" },
go = { "goimports", "gofmt" },
python = { "ruff_format", "black", stop_after_first = true },
json = { "biome", "prettier", stop_after_first = true },