Adam Macumber

Results 23 issues of Adam Macumber

**Is your feature request related to a problem? Please describe.** There is no way to stash individual hunks from within Neovim **Describe the solution you'd like** I would like to...

enhancement

Allows users of the Drone plugin to specify the `--public` option as they would when using the `now` CLI directory. To do this, simply add the option to the `.drone.yml`...

Is it possible to use the Command key on MacOS as part of a keybind?

I use folds pretty regularly in order to quiet some of the "visual noise" of the codebases I work in. I'd like to be able to jump to the top...

enhancement
blocked by core

Is there a way to disable all of the default keybinds? I'd like to define binds for _just_ the functions that I use and leave the rest unbound. Obviously, I...

I've been looking at the source for jaws.Assets and noticed that, although the "loaded", "loading" and "data" properties of the Assets() instance are defined as Arrays, they seem to be...

This is just as much a question as it is a feature request: Is there a reason that there isn't any support for drawing text? I'm considering creating a copy...

Is there a way to use the `g:workspace_autosave_ignore` setting to disable buffers that have a blank/empty `filetype`? I've tried using an empty string like this: ```vim let g:workspace_autosave_ignore = ['gitcommit',...

I'm using `eslint_d` with the configuration below. The issue I'm running into is that once a daemon is started for a particular file/buffer, it is not closed when the buffer...

help wanted

When developing Node.js apps, it's pretty common for a project to use NPM packages to define presets for linting settings. When a project is "docker-ized", the `npm_modules` directory is often...

wontfix