girishji
girishji
Optical keyboard with Ergo layout ## Description This is an optical matrix keyboard corresponding to pcb here: https://github.com/girishji/optical-keyboard. It uses Gateron optical switches with a blackpill stm32f401 mcu. There is...
following line in treesitter.lua should be modified to specify languages ensure_installed = { "maintained" }, https://issuemode.com/issues/nvim-treesitter/nvim-treesitter/78109062
Please remove the following line from options.lua timeoutlen = 100, -- time to wait for a mapped sequence to complete (in milliseconds) with the above line key (space) mapped to...
When links get generated for posts they don’t include category name as the first thing in the path. Links starts with year instead. Anyone switching to this theme will have...
Add vimbuilder, a sphinx extension to create Vim help files. See [pyhtondoc](https://github.com/girishji/pythondoc.vim) for working demo using this extension. M README.rst
I wrote an autocompletion plugin that uses this LSP as one of the sources for completion. Yegappan, maybe you can include this in the Wiki for anyone looking for more...
### Did you check docs and existing issues? - [X] I have read all the which-key.nvim docs - [X] I have searched the existing issues of which-key.nvim - [X] I...
### Steps to reproduce 1. Invoke Vim as shown below 2. Key `s` is mapped to `x`. When you type `s` it shows you typed `x` instead of `s`, since...
This is what I get when time limit is exceeded. In web interface I get problem description that caused it. Same happens if there is exception. Happens in python solutions....