🔧 Updated repo for mason

This commit is contained in:
z3rOR0ne 2025-05-07 15:11:55 -07:00
parent c561954b5f
commit b30ee7d7b0

View file

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