commit 0167745778b8ed9a3c5c8826fdd539d49a16ee26
parent 8dcbcd3325b34b1a1dd2da8d5aab3a4a29065435
Author: Andrew Laack <andrew@laack.co>
Date: Wed, 18 Feb 2026 05:06:17 -0600
Treesitter issues.
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua
@@ -96,6 +96,9 @@ require("luasnip").config.set_config({ -- Setting LuaSnip config
n = { ["<C-e>"] = require('telescope.actions').close },
i = { ["<C-e>"] = require('telescope.actions').close },
},
+ preview = {
+ treesitter = false,
+ },
},
pickers = {
find_files = {