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
+2 -5
View File
@@ -15,12 +15,9 @@ return {
-- lazy = false,
},
{
"sbdchd/neoformat",
"stevearc/conform.nvim",
config = function()
require "config.format.neoformat"
require "config.format.conform"
end,
-- init = function()
-- vim.cmd("source" .. vim.fn.stdpath "config" .. "/lua/config/test.vim")
-- end,
},
}
-1
View File
@@ -102,7 +102,6 @@ return {
},
{
"mason-org/mason-lspconfig.nvim",
opts = {},
dependencies = {
{ "mason-org/mason.nvim", opts = {} },
"neovim/nvim-lspconfig",