Justin M. Keyes
Justin M. Keyes
# Problem from https://github.com/savq/paq-nvim/issues/7#issuecomment-780845979_ > For now, the log is extremely simple. All stderr output will be redirected to the log. I wanted to add timestamps but the event loop...
Why are the tests so slow? ``` ✔ Current mode is canceled when switching between editor panes (10419ms) ✔ Current mode is canceled when switching between editor tabs ✔ Cursor...
Thanks for this project, it's useful! Is there a way to get this tool to pull a range of tweets from a given account? Something like: npx tweet-to-markdown --since https://twitter.com/example/status/14542...
Just a quick hack, seems to work well. Works for non-truecolor also. If `TermColorX` highlight group is defined, `:terminal` will use that highlight group for color index `X`. E.g. since...
Problem: Not easy to perform setup for specific clients. Solution: Expose the client.name field set by nvim_set_client_info(). - Expose client.name as autocmd-pattern (``). - Expose client.name as `v:event.name`. Before: :autocmd...
- default to bufhidden=hide - implement 'modified'
Migrated from https://github.com/neovim/docs/issues/29 (which was deleted). --- @ZyX-I suggested CC license for docs. We should implement that so we can have a clear license going forward. https://github.com/neovim/neovim/issues/878#issuecomment-46810685 Existing Vim docs...
*(**Note:** all feedback is captured in this description + the first comment.)* --- To add some momentum to this effort, I suggest: 1. Supporting ~~all Lua-supporting versions of Vim/Nvim~~ _all...
# What problem does a "packspec" solve? The problem needs to be worth solving. https://github.com/neovim/packspec/issues/41 proposes to limit the scope to: 1. Defining a dependency tree, in a distributed/federated mannger...