This commit is contained in:
Aram Markarov
2025-12-04 22:24:24 +01:00
parent c269e7dabf
commit 199acf85a3
+20
View File
@@ -20,6 +20,26 @@ return {
require("config.neorg")
end,
},
{
"folke/snacks.nvim",
priority = 1000,
lazy = false,
---@type snacks.Config
opts = {
bigfile = { enabled = true },
dashboard = { enabled = true },
explorer = { enabled = true },
indent = { enabled = true },
input = { enabled = true },
picker = { enabled = true },
notifier = { enabled = true },
quickfile = { enabled = true },
scope = { enabled = true },
scroll = { enabled = true },
statuscolumn = { enabled = true },
words = { enabled = true },
},
},
{
"neovim/nvim-lspconfig",
dependencies = {