Minor fix

This commit is contained in:
whoami 2025-03-20 20:18:20 +00:00
parent ab1e2abb74
commit 2b8f4faa48
4 changed files with 27 additions and 29 deletions

View file

@ -25,7 +25,7 @@ return {
require("luasnip").config.setup({ enable_autosnippets = true })
end,
},
{ "williamboman/mason.nvim", config = true },
{ "williamboman/mason.nvim", config = true },
{
"williamboman/mason-lspconfig.nvim",
lazy = false,
@ -106,4 +106,10 @@ return {
},
},
},
{
"nvim-neorg/neorg",
lazy = false, -- Disable lazy loading as some `lazy.nvim` distributions set `lazy = true` by default
version = "*", -- Pin Neorg to the latest stable release
config = true,
}
}