Fixed powershell formatting on linux/windows, env vars have to be set in term tho
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}
|
||||
|
||||
@@ -102,7 +102,6 @@ return {
|
||||
},
|
||||
{
|
||||
"mason-org/mason-lspconfig.nvim",
|
||||
opts = {},
|
||||
dependencies = {
|
||||
{ "mason-org/mason.nvim", opts = {} },
|
||||
"neovim/nvim-lspconfig",
|
||||
|
||||
Reference in New Issue
Block a user