mirror of
https://github.com/marianozunino/nvim.git
synced 2025-06-28 18:43:50 -03:00
dev: automated commit - 2025-05-15 22:52:48
This commit is contained in:
parent
6fb744cdae
commit
05ffc3930b
4 changed files with 180 additions and 198 deletions
|
@ -3,8 +3,20 @@ return {
|
|||
priority = 1000,
|
||||
config = function()
|
||||
local snacks = require("snacks")
|
||||
|
||||
snacks.setup({
|
||||
bigfile = { enabled = true },
|
||||
input = {
|
||||
enabled = true,
|
||||
prompt_pos = "left",
|
||||
icon_pos = "left",
|
||||
expand = false,
|
||||
win = {
|
||||
row = 0.4,
|
||||
position = "float",
|
||||
border = "rounded",
|
||||
},
|
||||
},
|
||||
debug = { enabled = true },
|
||||
image = { enabled = true },
|
||||
indent = { enabled = true, animate = { enabled = false } },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue