monkoose
monkoose
Trying to switch from fzf to telescope and ran into the same problem. As i understood bat is deprecated for previewing files and current previewer tries to preview binary files...
@Conni2461 Thank you. I will try suggested configs. As of bat previewer - I have tried `file_previewer = require'telescope.previewers'.cat.new` and got some error that current option can't be nil.
With such a config, jump to definition (in another file under the same `fnl/` directory) is working? I have tried to make it work in the past with no success.
Reproduced.
An obvious issue is that letters are "eaten up" after cyrillic `р`.
Should be fixed.
What is the status of this? Even when autocompletion is disabled it runs this event on every keystroke. ```lua cmp.setup({ completion = { autocomplete = false } } ``` >...
Yes, global is fine too. Can such change break `` and friends in command-line?