-
### Checklist
- [X] Using a stable version of Neovim (i.e. not neovim nightly)
- [X] `:AstroUpdate`
- [X] Restarted AstroNvim
### Operating system/version
macOS 13.3
### Terminal/GUI
…
-
### Did you check docs and existing issues?
- [X] I have read all the LazyVim docs
- [X] I have searched the existing issues of LazyVim
- [X] I have searched the exsiting issues of plugins related to…
-
### Description
If I start to debub an executable I always get "Process exited with code -1."
### Is it reproducible in vim?
Reproducible in Vim
### Works with clean config?
Yes
### …
-
When there is a timer executing some function (unrelated to statusline), statusline gets updated on every call to timer function.
- `nvim --version`: NVIM v0.5.0-dev+1221-g9b2d4ff62
- `vim --versi…
-
**Describe the bug**
Can't display statusline when i override modules.
**Screenshots**
''
```lua
local readonly = function()
if vim.bo.readonly then
return " "
else
retur…
-
### Problem
`vim.fn.reg_recording()` seems to have gotten an issue some time ago where you now need to press a key after initiating and ending a recording to output and clear, this wasn't the case …
-
I've been working on my own lsp plugin and found that the executable will run when `'lsp': 'tsserver'` is set, but **is not run at all** when `'lsp': 'stdio'` is set.
I created a program that doesn…
-
### Neovim version (nvim -v)
0.8.0
Using exactly the same configs for both environment
### Vim (not Nvim) behaves the same?
no
### Operating system/version
macOS 12.5 (M2 Air 2022), …
-
### Problem
Setting `:set showcmdloc=statusline` seems to prevent the WinBar and WinBarNC highlights from applying correctly when switching between windows.
### Steps to reproduce
1. make a t…
-
I'm using vim-plug to install every nvim plugins.
I installed the color scheme like this inside my `.vimrc`
```vim
call plug#begin(stdpath('data') . '/plugged')
...
Plug 'rose-pine/neovim',…