-
content of `testrc`
```
"Test relative line
func! Test()
let abc = undefined_variable
endf
call Test()
```
run `nvim -u testrc`
```
Error detected while processing function Test:
line 1:
E1…
-
It might be nice to have a structure for adding plugins to the core `hyp` CLI tool.
This could have a couple of benefits:
- Lower friction to try new plugins
- Enabling user customization and d…
-
Issue Type: Bug
For native macOS apps, if I have windows spread across multiple Mission Control Desktops, quitting and relaunching the app restores the windows to the appropriate desktop. VSCode doe…
-
The default virtual text setup causes multiple lines of errors/warning to `cuddle` with the ends of the buffer text.
I find this unsightly and a visual distraction. In languages like 'c' where a s…
-
# General thoughts
A lot of the API takes or returns a `Value`, and leaves it to the user to sort out what to put in or get out. Nvim-rs will try to improve upon this.
- [x] One tool will be us…
-
[Enter steps to reproduce below:]
1. Just saving a document with eslint is giving me this.
**Atom Version**: 0.188.0
**System**: Mac OS X 10.10.3
**Thrown From**: [eslint](https://github.com/iancmyer…
-
I noticed a few things that don't work es expected:
1. When typing "\~" the tilde only appears after typing another character and when typing "\~/" what I get is "/~"
2. When hitting the tab key…
-
According to #253 there are cases where the current implementation of completion does not meet the needs of the users or is in a way to inflexible. So it would be nice to be able to let vimb call a co…
-
It would be really nice to have GoldenView not auto-resize the window for Most Recently Used plugin
http://www.vim.org/scripts/script.php?script_id=521
-
**Is your feature request about something that is currently impossible or hard to do? Please describe the problem.**
termdebug supports GDB/MI only. [DAP](https://microsoft.github.io/debug-adapter-p…