Fabian David Schmidt
Fabian David Schmidt
For posterity: `nvim_open_term` is funny. The last lines of the buffer are typically empty (not sure why, probably something with rendering and/or input stream). Setting to cursor is solved as...
wrt `chore: remove schedule_wrap from fs_stat and clean up hooks` If I'm not mistaken just wrapping the async callback of `fs_stat` allows us to get rid of most scheduling within...
The `builtin.file_browser` will be removed in 1 week (5th of January). A deprecation notice upon launch of `builtin.file_browser` will be merged a week ahead of removal. Associated PR: https://github.com/nvim-telescope/telescope.nvim/pull/1453 Users...
Some thoughts: - Not sure if that should be built-in or whether we rather should have a recipe for that - We should provide an ergonomic interface for doing something...
As mentioned on Reddit, I'd be happy to accept a PR that essentially allows something like the following: ```lua local actions = require "telescope.actions" local state = require "telescope.state" local...
https://github.com/nvim-telescope/telescope-smart-history.nvim This should be exactly what you are describing. Setup as per README and then map in `require "telescope".setup { defaults = { mappings = { ... } } }`...
Highlighting in the results window is actually performed by a fzy sorter. Essentially, somebody would have to pick up https://github.com/nvim-telescope/telescope.nvim/pull/1448
Ah, I was too brief. The fzy sorter for highlighting pretty much only gets the offsets of matched prompts for highlighting but does not perform any sorting per se. `live_grep`...
It's pretty much the same issue. If we got our highlighting from `rg` directly that issue would be fixed. I'd say you're happy to open another issue for that, though...
I don't really follow your request. There's lots of open questions as to _what exactly_ you actually want to achieve. Please don't be that lazy and make a more comprehensible...