mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: options: add folds to status column
This commit is contained in:
parent
dd144f097c
commit
1e7160dbbe
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ vim.o.relativenumber = true
|
|||
vim.o.numberwidth = 5
|
||||
|
||||
-- Gutter format
|
||||
vim.o.statuscolumn = '%s %=%{v:relnum?v:relnum:v:lnum} │ '
|
||||
vim.o.statuscolumn = '%s %=%{v:relnum?v:relnum:v:lnum} %C│ '
|
||||
|
||||
-- search
|
||||
vim.o.hlsearch = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue