David May

Results 5 issues of David May

Trying to extract the jdtls config: ``` local config = require"lspinstall/util".extract_config("jdtls") ``` invokes an error: ``` E5108: Error executing lua vim/shared.lua:48: Cannot deepcopy object of type userdata ```. Extracting the...

The ```toJSON``` and ```fromJSON``` methods on ```Trix.Document``` seem to be broken. As an example look at this screenshot: *Note: Loading ```doc1``` results to garbage in the editor.* This also breaks...

If the ```editor.fontWeight``` setting is set to anything but ```normal``` the character under the block cursor shifts down. ```font-weight = 500 (!= normal)```: Supposed behavior: Tested with two different fonts...

While trying to build Beef for macOS from source I ran into a Segfault with BeefBoot. Info: - macOS 12.3.1 + XCode 13.3.1 - cmake version 3.23.0 - Python 2.7.18...

Hey, thanks for the great color scheme. I noticed that when using the treesitter plugin (nvim-treesitter) and editing C code everything just turns green. With Treesitter **disabled**: With Treesitter **enabled**:...