Chris Grieser
Chris Grieser
> Why is bang = true needed? Without, any remapping for = or gg or m the user has well change the behavior of the normal command. See `:h normal`.
@MatejBransky I think you are looking for something like https://github.com/nvim-telescope/telescope-frecency.nvim ?
I don't know. I tried setting `file_sorter` to the basic one from telescope, but it looks like it does not have any effect.
thx! While that works, I wonder, whether one could simply use the [approach suggested in the telescope repo](https://github.com/nvim-telescope/telescope.nvim/issues/2905#issuecomment-1922729686) and just set the `sorter` for `find_files` to simplify things 🤔
hey! Sorry for not getting back. Yeah, I think the approach suggested at https://github.com/nvim-telescope/telescope.nvim/issues/2905#issuecomment-1922729686 is preferable, since it works for Telescope in general, instead of just a specific Telescope extension....
> Check filetype and if it's go for example, add "in golang" to AI requests automatically. haven't looked into the code, but it does seem that the openAI requests already...
yeah, that sounds good to me!
hmmm, yeah, that's tricky. I guess I would just attempt to suggest solutions at the respective plugin's repos, and see whichever the maintainers see as most fit for their situation?...
> I have thought about this before but it should be configurable by the user right? 🤔 yeah. But since this plugin has the tendency to break things, it'd be...
Indeed, the behavior is expected. I don't know any C, so I am not familiar with how the pattern has to be adapted to make it work correctly there -...