-
Hi nice plugin.
With the following configuration:
```lua
vim.opt.signcolumn = "number"
require('statuscol').setup{
setopt = true,
foldfunc = "builtin"
}
```
dia…
-
### Describe the bug
Even if different click functions are set for each row in `statuscolumn`, only the click function for the last row is set.
### Steps to reproduce
#### test.vim
```vim
f…
-
I have the following table for `ft_ignore` in my config:
```lua
ft_ignore = {
"neo-tree",
"nvim-tree",
"Outline",
"spectre_panel",
"toggleterm",
"dapui_scopes",
"dapui_breakpoints",
…
-
I've installed statuscol on a bare Neovim install, it's the only plugin installed apart from `lazy.nvim`
and when I set `setopt` to `true` I have these weird characters all over the place when writ…
-
### Describe the bug
![image](https://user-images.githubusercontent.com/24446852/212923372-b73edba9-da13-4289-9fbe-c5d0a68afc14.png)
### Steps to reproduce
- set statuscolumn=%=%{v:relnum?v…
-
My `statuscol.nvim` config:
```lua
require("statuscol").setup({
setopt = true,
relculright = true,
foldfunc = "builtin",
order = "NSFs",
})
```
If I open a file like `nvim statusc…
-
### Checklist
- [X] Using a stable version of Neovim (i.e. not neovim nightly)
- [X] `:PackerSync`
- [X] `:AstroUpdate`
- [X] Restarted AstroNvim
### AstroNvim version
v2.11.8
### Neov…
-
## Result from CocInfo
## Describe the bug
With the new `statuscolumn` introduced in neovim 0.9, to have signcolumn displayed right of line number, I've set:
```
let &stc='%=%{v:lnum…
-
### Contributing guidelines
- [X] I have read [CONTRIBUTING.md](https://github.com/echasnovski/mini.nvim/blob/main/CONTRIBUTING.md)
- [X] I have read [CODE_OF_CONDUCT.md](https://github.com/echasnovs…
-
### Describe the bug
Encountering an error while opening the document outline.
I locally build neovim, maybe that is an issue?
Error log:
```
Error executing vim.schedule lua callback: vim/…