Mike Hartington
Mike Hartington
This is more a tracking issue. Pynvim offers the ability to export RPC functions from the plugin decorator. This should be supported by node-client as well.
This is more of a question than an actual "error", but something I've noticed is that the function decorator, the name property can only be a certain length. For example...
One of the things I missed the most form nerdtrees-git-status plugin was the ability to highlight files based on their status. For example:  When a new step...
Have you thought about adding support for Neovim's async process? Would allow you to run gulp tasks without blocking the UI. Similar plugins like neomake have done this were it...
In oceanic-next, I have support setup for conditional italics/bolds, if the terminal supports it. ``` viml let s:bold = "" if exists('g:oceanic_next_terminal_bold') let s:bold = "bold" endif let g:oceanic_next_terminal_bold =...
👋 Hey there! I just threw together a sample project with v4/gatsby and code-surfer@v3. When I attempted to run `gatsby develop` I got this error ``` > gatsby develop success...
Was digging through on how to add animations via gatsby's component shadowing feature but ran into issues while trying do so. Seems that the current setup for how mdx-deck work...