mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-15 09:01:16 +00:00
cursor blink
This commit is contained in:
parent
3a46ece7b6
commit
6e59a34c4b
1 changed files with 3 additions and 0 deletions
3
init.lua
3
init.lua
|
|
@ -44,6 +44,9 @@ vim.opt.cursorline = true
|
|||
vim.opt.clipboard = "unnamedplus"
|
||||
vim.opt.shortmess:append("S") -- Disable native search count display
|
||||
|
||||
-- Enable cursor blinking
|
||||
vim.opt.guicursor = "n-v-c:block-blinkwait700-blinkoff400-blinkon250,i-ci-ve:ver25-blinkwait700-blinkoff400-blinkon250,r-cr:hor20-blinkwait700-blinkoff400-blinkon250"
|
||||
|
||||
-- Keymaps
|
||||
vim.keymap.set("n", "<leader>q", ":q<CR>", { desc = "Quit" })
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue