🔧 Added border around mason
This commit is contained in:
parent
392de13e78
commit
3576879b1c
1 changed files with 1 additions and 1 deletions
|
|
@ -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" } },
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue