Gethin Davies

Results 4 issues of Gethin Davies

In the dial.nvim extra config, keymaps use the dial normal mode commands in visual line and visual block mode. This limits the cases where the dial.nvim keymaps can be used....

Hi, Great library! I think I've found a limitation that you cannot use enums and unions as an index for a Record type. ## Repro: ### Union ```typescript type Variant...

Add support for using enums and union types as indexes on record types. fixes #2164

I am using this parser for haskell files in neovim, and want to select the node under the cursor. I've noticed that when the cursor is on the first character...