Don't use treesitter in telescope preview

This commit is contained in:
Vladan Popovic 2024-09-23 11:45:46 +02:00
parent 422ecf0308
commit dfa4d93847

View file

@ -20,6 +20,9 @@ telescope.setup {
'--with-filename', '--line-number', '--with-filename', '--line-number',
'--column', '--smart-case', '--no-heading', '--column', '--smart-case', '--no-heading',
}, },
preview = {
treesitter = false
},
}, },
pickers = { pickers = {
live_grep = { live_grep = {