Skip to content

Commit

Permalink
Add advanced indentation and scroll animation settings (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-issy authored Dec 13, 2024
1 parent 5c21c2a commit cc4859d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
23 changes: 21 additions & 2 deletions files/nvim/lua/plugins/snacks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,34 @@ return {
opts = {
bigfile = { enabled = true },
gitbrowse = { enabled = true },
indent = { enabled = true },
indent = {
enabled = true,
indent = { only_current = true },
chunk = {
enabled = true,
char = {
corner_top = "",
corner_bottom = "",
horizontal = "",
vertical = "",
arrow = "",
},
},
},
input = { enabled = true },
notifier = {
enabled = true,
timeout = 3000,
},
quickfile = { enabled = true },
scope = { enabled = true },
scroll = { enabled = true },
scroll = {
enabled = true,
only_current = true,
animate = {
duration = 5,
},
},
words = { enabled = true },
},
keys = {
Expand Down
1 change: 0 additions & 1 deletion files/nvim/lua/plugins/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,5 @@ return {
},
},
},
{ "TaDaa/vimade", event = "VeryLazy" },
{ "MunifTanjim/nui.nvim" },
}

0 comments on commit cc4859d

Please sign in to comment.