added plugin-config
This commit is contained in:
14
nvim-config/lua/plugins/snacks.lua
Normal file
14
nvim-config/lua/plugins/snacks.lua
Normal file
@ -0,0 +1,14 @@
|
||||
return {
|
||||
-- lazy.nvim
|
||||
{
|
||||
"folke/snacks.nvim",
|
||||
---@type snacks.Config
|
||||
opts = {
|
||||
image = {
|
||||
-- your image configuration comes here
|
||||
-- or leave it empty to use the default settings
|
||||
-- refer to the configuration section below
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user