JoseConseco
JoseConseco
ok I did not checked the pull requests. Good to see u agree with these suggestions. closing this then.
6 years later I can confirm it does not work well with macros - if you use f 2x in row. eg: `use 'macro_wont/work'` We have cursor on beginning of...
Yes see below - first I record qq macro with - f'f action. Then I try to re-run it with @q https://user-images.githubusercontent.com/13521338/117019060-5bad9680-acf5-11eb-8e8d-8bc46d65ae3a.mp4 Cursor goes to completely wrong place - it...
I like this one ( minimalistic but usable at same time)  https://github.com/mcchrish/zenbones.nvim
i just tried and it did not work: ``` vim.api.nvim_create_autocmd({"BufEnter"}, { --FocusGained pattern = "*.py", callback = function() print('Dap activate') dap_hydra:activate() end, group = dap_group, }) ``` It still only...
so the quality of results depends on lsp? I though it is telescope that sorts the results by fuzzy match. For local symbols results seem sorted ok: 
Thx, I'm not sure why mappig wont work in my config. But I changed the default dynamic workspace symbols sorter from: sorter = sorters.highlighter_only(opts), To: sorter = sorters.get_fzy_sorter(opts), in `_lsp.lua`...
Its not optimal, but I do not think there is way to override sorter that is used by workspace_symbols picker. (unless there is way?)
@lundberg your solution works. I did no know we could override sorters like this. Also using: `sorter = sorters.get_generic_fuzzy_sorter()` works too, but its slower compared to fzf extension.
+1 for popup on eg - with maybe option to use < 1 - 9> keys to select text to paste from popup list