diff options
Diffstat (limited to 'lua/tjk/plugins/snacks.lua')
| -rw-r--r-- | lua/tjk/plugins/snacks.lua | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lua/tjk/plugins/snacks.lua b/lua/tjk/plugins/snacks.lua new file mode 100644 index 0000000..8444595 --- /dev/null +++ b/lua/tjk/plugins/snacks.lua @@ -0,0 +1,13 @@ +return { + "snacks", + "https://github.com/folke/snacks.nvim", + setup = { + indent = { + enabled = true, + only_scope = true, + animate = { enabled = false }, + scope = { enabled = false }, + }, + quickfile = { enabled = true }, + }, +} |
