summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/config/lua/plugins/snacks.lua
blob: 884e3112316656431b469239f1dc6ee13ca53f98 (plain)
1
2
3
4
5
6
7
8
9
return {
  "snacks.nvim",
  lazy = false,
  after = function ()
    require("snacks").setup {
      dashboard = { enabled = true },
    }
  end
}