mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
Disable snacks
This commit is contained in:
parent
29f1a44afa
commit
33f776bd1a
1 changed files with 6 additions and 0 deletions
6
lua/plugins/snacks.lua
Normal file
6
lua/plugins/snacks.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
"snacks.nvim",
|
||||
opts = {
|
||||
scroll = { enabled = false },
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue