pocco

Results 71 comments of pocco

Now debuggers can have "details" for storing this type of info. Here is an example with the `jsnode` debugger: ```lua M.details = { dependencies = {"npm", "lol", "some_program", "git"} }...

> Local folder is .stack and I don't know if we can change that What do you mean by local folder? Local folder for what exactly? > So having 2...

Well it's there, the only thing DAPInstalls doesn't do with that debugger is to fetch it locally. It leaves that to your plugin manager, because, well... It's a plugin... Apart...

Oh yeah definitely! I've just been busy with other things. I promise I'll publish it, eventually... :+1:

sorry but could elaborate on what the problem is, exactly?

I'm sorry but I'm afraid lualine is not hideable. I checked the source code and can confirm what @loqusion mentioned. What I've tried so far to hide it: + set...

@andoArbST I'm going add lualine as an integration. No need for this workaround :)

> Upon entering/exiting the narrow mode I'm seeing the callbacks for narrow, ataraxis and minimalist modes being executed. I suppose that's because narrow mode invokes ataraxis which in turn invokes...

Nice implementation. However let's think about scenarios where _we'd want_ the callbacks from each mode to be executed... In this case the implementation above wouldn't work, no? I suggest maybe...