nyngwang
nyngwang
I like the preview in the README but it seems that something went wrong in my case, lol:
Logs: - Running on nightly [neovim/neovim@148499](https://github.com/neovim/neovim/commit/1484995a1e5ab29010878fa5ee27c935fec6522f) caused a segment fault. - Running on nightly [neovim/neovim@99cf111](https://github.com/neovim/neovim/commit/1484995a1e5ab29010878fa5ee27c935fec6522f) can run the animation without error, but it caused an error when calling after the...
It's still highlighting the first parameter but I'm entering the second one:
As title. So I think it will be great if you could provide a config option in `setup` so that we can specify which key(s) we want to use to...
Hi, first-time user here. If I press `` with `` being holding, while it did complete the job specified in `function () ... end`, it also removed/added indents(i.e. the behavior...
As title, see: https://user-images.githubusercontent.com/24765272/195490566-7528f3fd-fd0e-41bd-8b4f-3ef929ba568f.mov
### Self Checks - [x] I'm using the latest lualine. - [x] I didn't find the issue in existing issues or PRs. ### How to reproduce the problem 0. Save...
As title. So I have a project with `"type": "module''` set. Now JSDoc is complaining that: ``` > babel jsdoc.js --config-file ./babel2.config.js -o temp.cjs && jsdoc -c temp.cjs Cannot parse...
As title. Btw it seems that the current `window.margin` is ordered as `top, left, bottom, right` while the README.md says `top, right, bottom, left`.