statusline

This commit is contained in:
Harivansh Rathi 2025-12-27 23:25:15 +05:30
parent 5d0ea2b589
commit efe8d19d7a

View file

@ -42,6 +42,7 @@ vim.opt.splitbelow = true
vim.opt.splitright = true
vim.opt.cursorline = true
vim.opt.clipboard = "unnamedplus"
vim.opt.showmode = false -- Disable built-in mode display (lualine shows it)
vim.opt.shortmess:append("S") -- Disable native search count display
-- Enable cursor blinking