diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-05-22 17:06:16 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-05-22 17:06:16 -0500 |
| commit | e3f222487a57b2f3f995628630cd9ae65c3a210b (patch) | |
| tree | f1a3c8582ae71d859b2dd6e7c3a55b2f2a30d3f8 /lua/tjk/plugins/snacks.lua | |
| parent | f83593f430118f0499454f88cbe028c822e760a3 (diff) | |
| download | nvim-e3f222487a57b2f3f995628630cd9ae65c3a210b.tar.xz nvim-e3f222487a57b2f3f995628630cd9ae65c3a210b.zip | |
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 }, + }, +} |
