-
I'm not finding which is wrong in this line
set statusline+=%{(&fenc!='utf-8'&&&fenc!='')?'['.&fenc.']':''}
I getting the error below:
bash: .vimrc: line 32: syntax error near unexpected token `('
…
-
Hi Bailey,
Thanks for your awesome work.
I would like to have colors to indicatie if there is a inactive buffer or active buffer. But the option, mentioned in the documentation, didn't worked for …
-
**Describe the bug**
While translating the reference manual, I found out that the status line flags r, h and w can be
translated, while R, H and W cannot. I don't know if this intended behaviour, or…
-
set statusline+=%{exists('g:loaded_fugitive')?fugitive#statusline():''}
-
### I've searched open issues for similar requests
- [X] Yes
### I've recently downloaded the latest plugin version of mason.nvim
- [X] Yes
### Problem description
Bottom window padding of mason …
-
Hi,
I'm using harpoon2. When I start neovim and directly jump to the following buffers using:
`vim.keymap.set("n", "1", function() harpoon:list():select(1) end)`
`vim.keymap.set("n", "2", funct…
-
Thank you so much for developing such a great plugin.
Is it possible to add different components show/hide priority? Similar to:
```
lualine_x = {
{"encoding", cond = disable_built_com…
-
### Problem
https://github.com/hrsh7th/nvim-cmp/issues/1382
https://github.com/hrsh7th/nvim-cmp/issues/1396
The statusline is disappear when cmdheight=0 with nvim_feedkeys.
### Steps to repr…
-
tried both of these in lualine:
```lua
{
function()
vim.api.nvim_call_function("codeium#GetStatusString", {})
vim.cmd([[set statusline+=\{…\}%3{c…
-
### Problem
The background highlight of `reverse` is not retained for floating windows when `winblend`>0.
### Steps to reproduce
```
nvim --clean example.vim
```
Add the following code, …