Nicolás Aranda

Results 8 comments of Nicolás Aranda

So far I've done what you described. But some times the lines where I create the new cursor are shorter and making the merge in "one move" is impossible. An...

@jfcere, I'll have some free time mid-week and I'd be more than glad to help with this. If I'm not mistaken, the main issue is that `routerlink` is a directive,...

@mlc-d could you make your current work on this public?, I have some time to give it a try and get this working.

Yep, in my case the system build failed because of the collisions between this and the Spotify package

You can do this: ```lua return { { "zaldih/themery.nvim", command = "Themery", config = function() local available_colorschemes = vim.fn.getcompletion("", "color") local colorschemes = {} for _, colorscheme in ipairs(available_colorschemes) do...

@zaldih Yep, that would be an option, it could do what Lazy and Mason do: set a keymap to do something on the currently hovered theme. Like adding them to...

@zaldih I can get some work done on this one during the week. I think a `opts.loadInstalled` to decide between running or not the snippet. Then merge that result with...

Ok, then I'll wait for the refactor to work on this.