Hennadii Chernyshchyk

Results 692 comments of Hennadii Chernyshchyk

> LastSession is the default setting? Yes, you need to override it explicitly.

> It didn't work to add a parameter change. With the mentioned change it works exactly as you described in "expected behavior", I tested it. The plugin by default autoloads...

Show me how you installed it, I think you enabled lazy loading and that's why session is not autoloaded by default.

I like this suggestion! Could you submit a PR?

Yes, this is why I had to add conditions.

Hi! This could happen because we shutdown all LSP servers. You probably should ask `copilot.lua` to re-enable copilot after restarting LSP.

> Have you created the command as instructed [here](https://github.com/m00qek/baleia.nvim#colorizing-the-entire-buffer)? Oh, sorry, I misread and thought that the command is built-in. Yes, the created command works as expected. I use this...

Tried it, but doesn't work, unfortunately. The same as with `BufWinEnter`, the event is triggered only once. I probably could create a custom event when I output something to quickfix...

> I don't use any qf plugin but what is on the README does colorize the buffer every time I execute :cexpr ... Makes sense then. My use case I...

> I don't understand this. Qf, by default, is nomodifiable; have you changed that to modifiable? I use a separate plugin that makes it modifiable and on save applies changes...