Added snacks plugin by folke
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
return {
|
||||
"folke/snacks.nvim",
|
||||
priority = 1000,
|
||||
lazy = false,
|
||||
opts = {
|
||||
image = {
|
||||
enabled = true,
|
||||
},
|
||||
indent = {
|
||||
enabled = true,
|
||||
},
|
||||
input = {
|
||||
enabled = true,
|
||||
},
|
||||
picker = {
|
||||
enabled = true,
|
||||
},
|
||||
quickfile = {
|
||||
enabled = true,
|
||||
},
|
||||
rename = {
|
||||
enabled = true,
|
||||
},
|
||||
scope = {
|
||||
enabled = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user