Gregor Grigorjan
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...
I also observe this behavior after starting to use `nixfmt` with RFC-style.
I'm experiencing similar behaviour on an RTX 1080. Most animations freeze or are laggy, can be sped up by moving the mouse. This makes Hyprlock completely unusable, which is a...
Next GPU gonna be red for sure
I agree - though I'm not proficient enough in Elisp to understand what's going on, I don't feel like the proposed fix of setting `(async-prompt-for-password nil)` and calling `(ignore async-prompt-for-password)`...