James Trew

Results 305 comments of James Trew

I think this is a pretty solid feature to have. Just showing symlinked files/folder would be trivially easy. Showing where the symlink points to would be a little bit more...

I'm not sure if following symlink by default is ideal though. `cd` doesn't follow symlink by default and neither does netrw. I think ideally to have symlinks as part of...

@rashil2000 sounds good. go for it thanks.

There's something like this as an extension https://github.com/nvim-telescope/telescope-hop.nvim Hasn't been maintained in a while though. Either way this will have to be a extension of telescope rather than built into...

@GitMurf To answer your questions: 1. calling `setup` multiple times should probably avoided. 2. and 3. you achieve this like so. Here I'm just getting the window id of the...

> The other approach of using something like --max-count= doesn't seem to work with --graph. I don't know how I originally came to this conclusion. Trying this now and I...

@qmn1711 it appears to be working for me using with telescope config ```lua require("telescope").setup({ defaults = { preview = { filesize_limit = 0.5555, }, }, }) ``` If it's still...

This appears to be fixed on the master branch. Probably here https://github.com/nvim-telescope/telescope.nvim/pull/2892 (which should probably backported to the 0.1.x branch). I tried to replicate this using a couple of ways...

Unless I'm corrected, I'll consider this closed.