Fixed powershell formatting on linux/windows, env vars have to be set in term tho

This commit is contained in:
2026-08-30 17:06:14 +02:00
parent acf072e634
commit 5b0b6f32c5
10 changed files with 125 additions and 114 deletions
+3 -5
View File
@@ -14,11 +14,9 @@ autocmd("VimLeave", {
})
autocmd("BufWritePre", {
callback = function()
local ok = pcall(function()
vim.cmd "undojoin"
end)
vim.cmd "Neoformat"
pattern = "*",
callback = function(args)
require("conform").format({ bufnr = args.buf })
end,
})