some plugin changes and visual optimisations

This commit is contained in:
pika 2025-04-05 10:51:29 +02:00
parent 89322b376a
commit 741556792b
8 changed files with 143 additions and 77 deletions

View file

@ -4,6 +4,9 @@ return {
"williamboman/mason-lspconfig.nvim",
"WhoIsSethDaniel/mason-tool-installer.nvim",
},
-- opts = {
--
-- }
config = function()
-- import mason
local mason = require("mason")
@ -46,6 +49,9 @@ return {
})
mason_tool_installer.setup({
function(server_name) -- default handler (optional)
require("lspconfig")[server_name].setup({})
end,
ensure_installed = {
"shfmt",
"prettier",