Simon Hauser

Results 304 comments of Simon Hauser
trafficstars

Here is an recording with 0.6.1 and plenary test https://asciinema.org/a/bPfBdiO5TVDH4jw69zypfvEQv I used your options. sequential and timeout. It runs fine. (I also show which commit i have checked out etc...

Okay i still think #289 is good because with this change we actually start triggering autocommands. Which then could do cleanup, like started lsp server. `os.exit()` does not do any...

can you share the output of `nvim --version`?

Yep. Wanted to do this for quite some time. I already added a issue some time ago. https://github.com/nvim-lua/plenary.nvim/issues/73 Someone opened a PR https://github.com/nvim-lua/plenary.nvim/pull/86 that sadly got abandoned so i might...

post release ? should we also release plenary at the same time ?

Just got caught that i only looked at the title

I think the name of the ubuntu package is fdfind not just fd iirc

`previewer` was never a thing and is also not documented. You are looking for `preview`. Yes we have two keys `preview` and `previewer` doing completely different things, and i am...

uff that would require some persistent storing, which needs to remember all items in your picker. e.g. 100k files indexed from your project directory. Also we either need to make...

Uff not sure what happened here but our used highlight groups are just mapped to `Normal` https://github.com/nvim-telescope/telescope.nvim/blob/master/plugin/telescope.lua#L18-L22 So maybe check `hi Normal`. You can also checkout `set termguicolors` or maybe...