Folke Lemaitre
Folke Lemaitre
Since **telescope-project** depends on an option set to telescope, it indeed has to be loaded **after** telescope. So your fix for that seems fine
The Telescope config will only run after all its dependencies are loaded. Dependencies can `require` its lua modules already though.
@dpetka2001 but looking at your config, if the first thing you do is run ``, so if you didn't do any other telescope commands, then tat would lead to the...
I'm not using projects myself, so want to check this fully first before merging. It might also make more sense to put this under extras. I'm leaving on vacation tomorrow,...
Yeah, that's what I do...
I've moved the project stuff to extras. Use it by importing this in your lazy confg: ```lua { import = "lazyvim.plugins.extras.util.project" }, ```
I'm not sure we can fix this, this is due to `nvim_buf_set_lines` replacing the lines. When the cursor was in the replacement region, it will be set to the top...
What we can do, is save the cursor position in `apply_text_edits`, before `set_lines` and then try restoring it afterwards?
@craftzdog to do what? :) You mean what I was referring to as a possible fix? That would be using the api to save the cursor position, calling format and...
I just booted up my Windows install and it all went fine. It might indeed have been an issue where the initial clone didnt finish sucessfully