Don't use treesitter in telescope preview
This commit is contained in:
parent
422ecf0308
commit
dfa4d93847
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ telescope.setup {
|
|||
'--with-filename', '--line-number',
|
||||
'--column', '--smart-case', '--no-heading',
|
||||
},
|
||||
preview = {
|
||||
treesitter = false
|
||||
},
|
||||
},
|
||||
pickers = {
|
||||
live_grep = {
|
||||
|
|
Reference in a new issue