-
Hi,
ColorV opens several "list windows", e.g. with the ColorVName command or the ColorVTurn2 one.
It would be great to have an integration with Unite (see Shougo/unite.vim) for them. It would benefi…
-
**Is your feature request related to a problem? Please describe.**
The current behavior of the Alt-Enter shortcut will only send a single line at a time, unless in visual mode. Many common expressi…
-
Thoughts on a value for `g:vroom_use_binstubs` (maybe 2?) that uses binstubs if the appropriate one exists, but if not, falls back to default behavior?
If you agree, I could try to hack something tog…
-
### 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
```lua
require("lualine").setup({})
```
###…
-
possible to add support to only format a selected range?
-
Currently, if you `Plug` a new Haskell plugin, the next time you open neovim you'll have to wait for the plugin to build before you can do anything. It'd be really nice if that could be done asynchron…
-
Hey!
I'd like to discuss where this should be going eventually, so we can work out how the api should look like and such. I'm not intimately familiar with mappings, but I went through https://neovi…
-
I've switched from CtrlP.vim to fzf.vim for non-OcamL files; I'd like to be able to drop CtrlP entirely.
For other visitors, here's my vim-plug line to restrict CtrlP to OCaml files, since Merlin c…
-
From gitter:
```
osa1 > my plugin is attached to a running nvim instance using unix socket address,
but how do I get rpc channel created by neovim for my plugin? is there a way to
do that without …
-
Except for sparse searches, many times a search has an underliying pattern.
e.g. When searching "Foo" relating "function Foo" you may want to include only matches with "function" (search function def…