-
Sometimes I see screen corruption such as this when using neovim under WSL2. This is under tmux and TERM initially set to xterm-256color.
![Screenshot 2021-01-11 110955](https://user-images.githubu…
-
### Problem
The filetype section (filetype.txt) of the Neovim reference manual references the sourcing of the filetype.vim file in addition to the filetype.lua file. However, this filetype.vim file…
-
- `nvim --version`:
```
NVIM v0.4.3
Build type: Release
LuaJIT 2.1.0-beta3
Compilation: /usr/bin/cc -g -O2 -fdebug-prefix-map=/build/neovim-U5Ub0w/neovim-0.4.3=. -fstack-protector-strong -Wfo…
-
### Problem
Attempting to edit a file using scp fails because the wrong path is provided for the local temp file.
Nvim tries to execute: `scp -q "user@remote:/path/to/file" "/C/Users/User/AppData/…
-
As there are plugins that clobber the `latest` or `stable` or similar tags, they fail at update (for example `catppuccin/nvim`). The solution is for me to go to ` ~/.local/share/nvim/plugged/`, fi…
-
Maybe I'm not understanding the concept of `Job` or `shutdown`, but I expect the started process to finish when I shutdown the job with the `shutdown` function (or at least send the signal given as pa…
-
Hey first of all thanks for the awesome plugin!
I usually have a vs-code style terminal docked at the bottom of my editor which is called by command
```
:FloatermNew --height=0.4 --width=1.0 --…
-
basically the following works:
```
Plug 'mattn/emmet-vim', { 'for': [ 'jinja.html', 'html', 'mustache', 'jinja' ] }
```
but just `jinja` or just `html` does not:
```
Plug 'mattn/emmet-vim', {…
-
### Neovim version (nvim -v)
NVIM v0.8.0-dev+198-g030417d80
### Vim (not Nvim) behaves the same?
Yes, vim 8.2.4586
### Operating system/version
Gentoo Linux
### Terminal name/version
xfce4-term…
-
The current state of affairs for the tiling/terminal crew is a mess of window management layers: vim splits inside dvtm/tmux panes inside dwm/i3 clients...
From the do one thing well perspective, and…