summaryrefslogtreecommitdiff
path: root/lua/tjk/plugins/snacks.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/tjk/plugins/snacks.lua')
-rw-r--r--lua/tjk/plugins/snacks.lua15
1 files changed, 0 insertions, 15 deletions
diff --git a/lua/tjk/plugins/snacks.lua b/lua/tjk/plugins/snacks.lua
deleted file mode 100644
index 434cd68..0000000
--- a/lua/tjk/plugins/snacks.lua
+++ /dev/null
@@ -1,15 +0,0 @@
-return {
- "folke/snacks.nvim",
- priority = 1000,
- lazy = false,
- opts = {
- indent = {
- enabled = true,
- only_scope = true,
- char = "▏", -- TODO doesn't work
- animate = { enabled = false },
- scope = { enabled = false },
- },
- quickfile = { enabled = true },
- },
-}