My Arcana
My Arcana
https://github.com/ahmedkhalf/project.nvim/blob/628de7e433dd503e782831fe150bb750e56e55d6/lua/project_nvim/config.lua#L60 There should at least be a config option to allow the user to turn this on or off, just like `manual_mode`
I'm trying to use this module in deno using Skypack like this ```ts import * as nodeHtmlToImage from "https://cdn.skypack.dev/node-html-to-image"; nodeHtmlToImage({ output: './image.png', html: 'Hello world!' }) .then(() => console.log('The image...
lsp-zero error diagnostics in each contrast:
Now passing `--buffer 0` will scale the graph's x axis so that the entire history is always visible. I made this option the new default, because I expect most users...
Instead of requiring users to implement and write their own monolithic function themselves as in ```lua keymaps = { ["af"] = "@function.outer", ["if"] = "@function.inner", ["aa"] = "@attribute.outer", ["ia"] =...
The example is ```js const gp = new GradientPath({ path: document.querySelector('#gradient-path path'), ... ``` I'd like to write a Node.js program to generate SVGs locally, so there's no DOM. How...
How does https://www.an2.net/zi/ draw 㠭 and 麤 and other rare and complex characters that aren't in MakeMeAHanzi ?
How is `graphics.txt` ordered?
At the moment, `ysiw"` etc. make it so that the next call to `gv` selects the new surrounded text, instead of the previously user-selected visual area. None of vim's operators...