mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-15 09:01:16 +00:00
statusline
This commit is contained in:
parent
5d0ea2b589
commit
efe8d19d7a
1 changed files with 1 additions and 0 deletions
1
init.lua
1
init.lua
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue