Commit 47362ba

Ansari <ping@ansari.wtf>
2026-05-12 11:01:32
telescope preview causing issue fixed it
1 parent 9f3c026
Changed files (1)
.config
nvim
lua
.config/nvim/lua/plugins/telescope.lua
@@ -14,6 +14,9 @@ return {
 							preview_width = 0.6,
 						},
 					},
+					preview = {
+						treesitter = false,
+					},
 				},
 
 				pickers = {