-
## Check list
- [X] I have read through the [README](https://github.com/wfxr/minimap.vim/blob/master/README.md) (especially F.A.Q section)
- [X] I have searched through the existing issues…
-
**Describe the bug**
Currently, even when `vim.mouseSelectionGoesIntoVisualMode` is on, selecting with a mouse when being in an insert mode doesn't change it (see [here](https://github.com/VSCodeVim/…
sygi updated
2 months ago
-
### Describe the bug
Use `typescript-language-server` and `vim.lsp.buf.code_action` returns wrong code actions
I think`vim.lsp.buf.code_action` parameter diagnostics should be filtered by col.
T…
-
# Problem
The cursor briefly moves to the commandline when printing the message after writing a file.
## In terminal nvim
In terminal nvim, this is perceived as a cursor flicker.
https://git…
Asheq updated
4 months ago
-
**Describe the bug**
I have the mapping:
```vim
nnoremap r :REPLToggle
```
When I do `r`, I have to press a button in order for the terminal to appear. For example, if I do:
```vim
r
…
-
When using `:FlooShareDir` the plugin complains that it cannot read vim's servername, even when run with `vim --servername myserver` (I'm using mvim in the terminal). Also the the project that it crea…
-
This bug is specific to the vim-polyglot instance.
**Describe the bug:**
When editing files, if the editor crashes or is accidentally closed, swap files are configured by this plugin to be in …
-
### Steps to reproduce
1. Run `vim --clean`
2. Source the following file:
```vim
40vsplit
call setline(1, repeat('a', 40))
call prop_type_add('test', {})
call prop_add(1, 0, {'type': 'test', 't…
-
All modern Linux terms support 256 colours (Gnome-Terminal [even though it doesn't advertise it and pretends to only support 8 colours -- and most other terminals provided and supported on GNOME, KDE …
-
### Steps to reproduce
1. Make a new text file somewhere: `touch ~/Desktop/test.txt`
2. Open a new empty macvim window
3. Open that file from the Vim command line: `:e ~/Desktop/test.txt`
4. Rig…