Rahil Prakash
Rahil Prakash
### Prerequisites - [X] I am using the latest stable release of Neovim - [X] I am using the latest version of the plugin ### Neovim Version NVIM v0.10.0-dev-2361+ga376d979bd Build...
So my code is this: `func run(): position.x = 100 position.y = 100 draw_rectangle(100, 100) jump(200,0) draw_rectangle(100, 100) jump(200,0) draw_rectangle(100, 100)` Which gives the output  which is incorrect. I'm...
# 1. Graphical issue inside a terminal pane This is what zellij normally looks like  And this is what it looks like when I rebind Ctrl s to alt...
Hi! Could you please change the default operator fontStyle to be normal? Italic operators feel odd. This ``` { "name": "Keywords", "scope": "keyword", "settings": { "foreground": "#B877DBE6", "fontStyle": "italic" }...
 Typing numbers also makes them appear digit by digit in a single application. I'd like it to appear in the standard big window, so I can actually scroll and...
- [ ] Please include the raw text output from git, so that we can reproduce the problem. ``` ❯ git --no-pager blame smallestmultiple/src/main.rs 47d46703 (Rahil Prakash 2024-05-21 00:15:37 +0530...
 The logo is clearly covered. When I hit escape,  is seen, but I can no longer input the prompt. This has happened after I recently updated all my...
I have an ssd that I've installed that I'd like to automount. I see that udiskie has already been added via ```exec-once = udiskie --no-automount --smart-tray # front-end that allows...