Gregor Grigorjan

Results 6 comments of Gregor Grigorjan

```nix { # Code elided outputs = inputs @ { self, nixpkgs, home-manager, ... }: let # Code elided in { # Code elided }; } ``` For me, this...

I was just thinking about this - and hey, most recent issue! It would also be cool if appropriate highlighting could be inferred for text blocks following certain functions like...

Yes, the settings state is as expected and a Trash folder is configured. Apologies about the logs, I might have messed that up - I'll provide updates in due time.

See also https://github.com/dandavison/delta/issues/1580

It doesn't seem like it - I'm still getting the same error running 46e69faf1287cd78f97eeb4bda4686c58db5b778 ``` LSP[idris2_lsp]: Error SERVER_REQUEST_HANDLER_ERROR: '/usr/share/nvim/runtime/lua/vim/lsp.lua:1018: not fo und: "textDocument/semanticTokens/full" request handler for client "copilot".' ```

Ah, I didn't realize .envrc files were Just Bash Scripts™ (though now I see that the readme is quite explicit about this), since I really only use them to load...