Colin Kennedy
Colin Kennedy
A (sort of) continuation of https://github.com/danymat/neogen/pull/201 I integrate Neogen + LuaSnip into one with this snippet: Click to expand ```lua --- Create LuaSnip snippets that can auto-expand Neogen's snippet engine....
**Is your feature request related to a problem? Please describe.** If I call `:chistory`, it lists 2 entries ``` error list 1 of 2; 1392 errors rg --vimgrep something ./...
Thank you for this excellent codebase, it's made dealing with URIs much easier. I was messing around with mypy and got this error: `error: Skipping analyzing "rfc3986": module is installed,...
### Problem vim.uv.os_setenv seems to only get called once per-key. ### Steps to reproduce `nvim -u NONE` ``` :echo $FOO
### Problem I'd like to replicate the full state of a terminal buffer so that the terminal can be restored from a Vim Session.vim file via `nvim -S Session.vim` later...
### Did you check the docs? - [X] I have read the Grapple docs ### Is your feature request related to a problem? Please describe. I use pretty granular scopes...
### 🚀 The feature, motivation and pitch There is already `:ObsidianTags` to search by-tag. There should be a way to search by-alias name too. ### Alternatives A person can search...
**Is your feature request related to a problem? Please describe.** A big portion of what makes USD great is indirection - the ability to redirect a URI from `scheme:foo.usda` to...
nlua relies on a shebang to execute in Linux / MacOS / UNIX systems. It'd be great if this package also came with a Windows executable so Windows users can...
Some completion results include a fixed, static input along with dynamic contents. For example, `--foo=bar`. `--foo=` is the fixed part but `bar` is user input and is no longer part...