From dfa4d93847294a609198ed4379254625d5568a2a Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Mon, 23 Sep 2024 11:45:46 +0200 Subject: [PATCH] Don't use treesitter in telescope preview --- lua/plugins/telescope.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index 0247fb6..707ba1b 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -20,6 +20,9 @@ telescope.setup { '--with-filename', '--line-number', '--column', '--smart-case', '--no-heading', }, + preview = { + treesitter = false + }, }, pickers = { live_grep = {