Rom Grk
Rom Grk
Hello, I would just like to highlight the fact that this package has a name conflict with https://github.com/atom/electron, and that it might be a good thing to advertise the fact...
Hey, I came across Art of Chording and I've been really interested in the subject. I have one lingering question though: as a programmer, I was wondering how one would...
We should have a standard format for declaring commands, instead of throwing everything in `lib/ex.coffee`. First draft: ``` coffee 'edit': trigger: ['edit', 'e'] callback: BufferCommands.edit # we could group similar...
Considering that vim's command bar is fixed, I was thinking that ex-mode input element should be fixed, instead of only appearing when activated. I think that if it is fixed,...
Universal ctags sometimes produces warning lines (in stderr) which make vista.vim trip. ``` $ ctags -f- src/components/JSONSchemaModal.js master ctags: Warning: ignoring null tag in src/components/JSONSchemaModal.js(line: 117) CheckboxWidget src/components/JSONSchemaModal.js...
At some point, the behavior for sexy comments started being wrong. If a comment spans over an non-indented empty line, the sexy comment indentation is 0. I expect the indentation...
Ok so I know this sounds crazy but it's not as bad as you think it is :laughing: I made two GIFs with different applications but both feel jankier than...
I often scroll the dislay window but don't know how far I am in the list or if it scrolled back top.
It would be nice to add an option to allow entering a value not in the source for user-defined providers. Use case: in [todoist.nvim](https://github.com/romgrk/todoist.nvim), the user can `:Todoist project-name` and...
credits to @pangloss (https://github.com/pangloss), most of this was taken from vim-javascript 