zach

Results 9 issues of zach

Hi! I'm getting a build issue on a system with `cuda-10.2` and multiple GPUS (however only one is visible) The visible GPU is a Titan X Pascal so I set...

Hi! I"m having an issue specifically with `.lagda.md` files. Whenever I try to load them, my neovim just recognizes them as regular markdown files. Because of this, I can't seem...

When I run the program on my Z16 Gen 1 (Windows 11) I get repeated iterations of ``` 8/2/2022 7:03:37 PM] failed to read FanSpeedLowByte 2 from EC [8/2/2022 7:03:37...

bug

If I write a function with an `if` expression such as ``` fun f [] = 0 | f (l::L) = if ... ``` the `if` defaults to being under...

I would really like an option for `match_arm_leading_pipes` which only forces matches to the same branch onto new lines with a pipe. For example: ```rust match foo { aaa =>...

feature-request

I'm trying out pylyzer for the first time and it's pretty great! But, there are a couple features I'm a bit confused by. For example, functions with side effects are...

Added a Rust toolchain to set the version to 1.59 so people don't need to change the default rustup version

### What happened Colorscheme is not applied to floating windows properly. ### What I expected to happen The dracula colorscheme is applied to floating windows ### Screenshot Unintended behavior: ![Screenshot_20240603_095513](https://github.com/dracula/vim/assets/32079362/4a45a21f-1ba7-4afe-8039-2e46a7b34cb6)...