-
**Have you done all of these?**
- [x] I am using the latest version of the plugin.
- [x] I have checked the wiki.
- [x] I have checked previous issues(even closed ones).
**Describe the bug**…
kjwsl updated
21 hours ago
-
**NeoVim Version**
```
NVIM v0.8.3
Build type: Release
LuaJIT 2.1.0-beta3
Übersetzt von builduser
Features: +acl +iconv +tui
```
**Describe the bug**
On some colorschemes the statuscolumn…
-
With heirline being able to be used for tabline, winbar, and statusline. Would we be able to use it for the new `statuscolumn` option that's coming in Neovim v0.9? Heirline's API would make it very ea…
-
With [LanguageClient_neovim](https://github.com/autozimu/LanguageClient-neovim), the display looks like this:
![image](https://user-images.githubusercontent.com/9730330/144911182-5baede62-8b11-4181-b4…
-
On the spirit of starting my blog and improving my config, this issue aims to
provide a checklist of the things I intend to modify for my base UI (later on I
want to add more things using Hydra and …
-
Hi, currently my mark signs are formated in the following way:
![image](https://github.com/chentoast/marks.nvim/assets/133555950/55fab763-9717-4e6d-8006-2e2c73123135)
I would like it to be displayed…
-
### Did you check docs and existing issues?
- [x] I have read all the LazyVim docs
- [x] I have updated the plugin to the latest version before submitting this issue
- [x] I have searched the existin…
-
i config
```lua
local M = {}
function M.setup()
local present, statuscol = pcall(require, "statuscol")
if not present then
return
end
local builtin = require("statuscol.builti…
-
With the following partial `setup` config, the statuscol didn't get updated to reduce its width after the sign(s) of diagnostic disappear. My current workaround it to manually call `set nu!` twice.
…
-
### Did you check docs and existing issues?
- [x] I have read all the LazyVim docs
- [x] I have updated the plugin to the latest version before submitting this issue
- [x] I have searched the existin…