🔧 Added border around mason

This commit is contained in:
z3rOR0ne 2025-04-10 18:50:45 -07:00
parent 392de13e78
commit 3576879b1c

View file

@ -46,7 +46,7 @@ require("lazy").setup({
{ "junegunn/gv.vim" },
{ "kien/ctrlp.vim" },
{ "mbbill/undotree", cmd = { "UndotreeToggle" } },
{ "williamboman/mason.nvim", event = "VeryLazy" },
{ "williamboman/mason.nvim", event = "VeryLazy", opts = { ui = { border = "rounded" } } },
{ "williamboman/mason-lspconfig.nvim", event = "VeryLazy" },
{ "neovim/nvim-lspconfig", event = { "BufReadPre", "BufNewFile" } },
{