mirror of
https://github.com/softinio/nvim-config.git
synced 2025-09-05 09:06:42 -07:00
8 lines
107 B
Lua
8 lines
107 B
Lua
|
return {
|
||
|
"folke/snacks.nvim",
|
||
|
priority = 1000,
|
||
|
lazy = false,
|
||
|
---@type snacks.Config
|
||
|
opts = {},
|
||
|
}
|