mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
23 lines
621 B
Lua
23 lines
621 B
Lua
-- Welcome to nvim's systemd :D
|
|
|
|
return {
|
|
"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 },
|
|
image = { enabled = true },
|
|
},
|
|
}
|