Guillaume Huard Hughes

Results 54 comments of Guillaume Huard Hughes

Similar to that i guess https://github.com/ThePrimeagen/harpoon/issues/616

There is somethings with a `key` that seems to already make that possible i guess? If it is the case, it could be nice to have an example in the...

I found how to do it. Here is the required functions and how to use it. ```lua -- P.S. branchFeature is just an example here and should be replace by...

Here is a more complete example: ```lua { "ThePrimeagen/harpoon", branch = "harpoon2", opts = { settings = { save_on_toggle = true, sync_on_ui_close = true, }, }, config = function() require("harpoon").setup()...

**What is not good now:** - The tab key dont skip to the content - The tab key switch to an other tabs - Content isn't focusable, so it will...

If I open a `.svg` file directly in the buffer, no svg is displayed in the buffer. nvim 0.11.0 MacOS m1 P.S. .png are displayed with the same manipulation.

True! The crazy thing could be to be able to visualise the SVG under the last line of code while editing it and visualise the changes. I never see a...

I found that I can do `require("image").clear()` to clear image before opening a "windows". I got to do it for - The file tree - Telescope - Terminal And other...

Note: In a markdown file it seems to be fine. But if I directly open a .png file, there is where I have problems.

@anthoninCL No solution using the native header on web. But my workaround for the moment is, for the web only, to disable the header. I let the user use the...