[neovim] Edit statusline

This commit is contained in:
2026-04-08 01:58:24 +02:00
parent 5aac791689
commit 0a6f3f41d3

View File

@@ -9,6 +9,9 @@ local cmd = vim.cmd
opt.number = true opt.number = true
opt.relativenumber = true opt.relativenumber = true
-- Status line
opt.statusline = "[%n] %<%f %h%w%m%r%=%-14.(%l,%c%V%) %P"
-- Block cursor -- Block cursor
opt.guicursor = "" opt.guicursor = ""