Chase Colman
Chase Colman
Do you plan to ever support Windows without using WSL? It would be wonderful to launch on my Windows instance in KVM and run distant.nvim from the Linux host, the...
Opentype: https://github.com/nodebox/opentype.js - Doesn't support CALT or LIGA - ~~Doesn't support kerning~~ Now it does! Zips: https://gildas-lormeau.github.io/zip.js/core-api.html#zip-writing https://stuk.github.io/jszip/documentation/examples.html
# Description ## WORK IN PROGRESS Make lvim update outside of a currently running instance, `lvim --update` is now the way to update. `lvim --update` can take a remote branch...
### Feature motivation [It's been addressed before](https://github.com/LunarVim/LunarVim/issues/1399), but our core code updates with Packer and often becomes incredibly fragile, displaying errors that make LunarVim appear to be entirely broken and...
When PLENARY_DEBUG is set to true, it forces a reload of any lazy loaded plenary modules which breaks the cache in impatient.nvim This line forces PLENARY_DEBUG to be on by...
OS: Pop!_OS 22.04 LTS Linux VSCode version: 1.70.1 CodeLLDB version: 1.10.0 Compiler: Ubuntu clang version 14.0.0-1ubuntu1.1 Target: x86_64-pc-linux-gnu Thread model: posix Debuggee: C++, trivial example Included version of LLDB segfaults...
Scalar blocks were removed in c6aca1c1938b75b102d9a6fcb9ca98de5a584b9d due to #6. [Scalar blocks](http://www.yaml.org/spec/1.2/spec.html#id2793652) and explicit tags are quite nearly the most complicated aspect of the YAML 1.2 specification and add very little...
Strings, encased or otherwise, should be highlighted as if they were between Jinja variable blocks for the following keys: - when - changed_when - with_* There are probably more, but...
For git worktrees, `.git` is actually a file, not a directory. I modified `create_conflict.sh` for testing it with worktrees: ``` bash #!/bin/bash [ -d ./../conflict-test/ ] && rm -rf ./conflict-test/...
Why? - Moving to Electron makes implementing these issues trivial - #3 - #36 - #35 - #18 - #29 - #4 - Nobody has ported the extensions API from...