Fabian David Schmidt

Results 137 comments of Fabian David Schmidt

As per #124 > The size and last changed date are now shown by default. Please see :h fb_picker.file_browser for more information. The actions to sort by size or date...

As per #126 > The docs are now more transparently and intuitively accessible via a dedicated module syntax. In practice, fb_{actions, picker, finders}.$REF change to telescope-file-browser.{actions, picker, finders}.$REF when looking...

If anyone is available to do so, I'd happily welcome some testers for #118 which I plan to merge on Sunday. It should make the general UX of `telescope-file-browser.nvim` quite...

#118 will definitely be merged this week to finally get it over the line (plan: Friday). As mentioned before, it will make UX a lot smoother; however, there is a...

> Great plugin btw. Thanks! I nevertheless generally agree. My idea was coinciding overhauling mappings (cf #65) with additional features (integrated terminal previewer, toggling file size, time last editted, these...

Does this implement what you are looking for? ```lua require "telescope".setup { extensions = { mappings = { i = { [""] = function(prompt_bufnr) local git_root_path = require("plenary.job"):new({ command =...

> I think running the command from the finder.path instead of vim's cwd would be better (cwd option in plenary.Job). Good point :) whipped this up super quick. > I...

I'd generally be happy to enable these sorts of things, but it's very difficult to do so ergonomically with the async nature of pickers. https://github.com/nvim-telescope/telescope-file-browser.nvim/issues/78#issuecomment-1018819041 elaborates what I mean as...

Ok, I'm working a bit more on file browser today and finally have properly understood why we have issues here. It's quite funny. In some sections, we maybe overcautiously reset...

Just to align, you are referring to > When we go to the parent directory, the selection is reset to the first entry, can we provide an option to make...