-
### Problem
Piping the ouput of the nvim command to `tee` renders neovim unusable (the window is not resized to the size of terminal window and the display gliches out).
nvim | tee test
In …
-
### Steps to reproduce
1. open a terminal (tested on alacritty, kitty, foot and st)
2. run vim
3. type a bunch of stuff so that you have many lines to scroll
4. start visual selection by pressing lef…
-
I really like the idea of modernizing the 20+ year old color schemes, in particular, adding support for newer Vim features, however, the new elflord remake looks so different from how the original loo…
-
Hey there.
When I run `gf2 ` no GUI opens and I just see some logs in the terminal:
```
Cannot load font : 1
VIM - Vi IMproved 9.1 (2024 Jan 02, compiled Aug 31 2024 21:12:10)
Unknown option arg…
-
### Steps to reproduce
Help for `complete` option `.` notes *“scan the current buffer ('wrapscan' is ignored)”* but `wrapscan` is not ignored when you have `nowrapscan` **and** `completeopt+=fuzzy`
…
-
Are there any plans to release a vim and terminal theme (e.g. Xresources)? It would be great to see this across various applications.
-
Hi.
Can you add detection of foreground applications in the terminal? When I use this tool, I can only detect Gnome-shell. I think it should also list the foreground applications in the shell, which …
-
A typst file with contents:
```typst
Bob’s car
```
Will cause the error `index out of range` @ semantic_tokens.lua:149 in the neovim runtime.
```
Error executing vim.schedule lua callback:…
-
### Problem
Running `:wq` with following Lua code:
```lua
-- string with 51 lines
local result = ""
for _ = 0, 50 do
result = result .. "\n"
end
-- output `result` just generated when triggered …
-
### Checklist
- [X] I have searched through the AstroNvim documentation
- [X] I have searched through the existing issues of this project
- [X] I have searched the existing issues of plugins related …