mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-17 18:02:34 +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.splitright = true
|
||||||
vim.opt.cursorline = true
|
vim.opt.cursorline = true
|
||||||
vim.opt.clipboard = "unnamedplus"
|
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
|
vim.opt.shortmess:append("S") -- Disable native search count display
|
||||||
|
|
||||||
-- Enable cursor blinking
|
-- Enable cursor blinking
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue