nvim: red comments and blinky cursor

This commit is contained in:
Daniel Lundin 2025-02-01 15:10:32 +01:00
parent 41985491ef
commit 814d7e0e4b
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
2 changed files with 2 additions and 2 deletions
home/common/nvim

View file

@ -6,6 +6,7 @@ vim.g.maplocalleader = ","
-- UI
vim.opt.cursorline = true
vim.opt.guicursor = "n-v-c:block,i-ci-ve:ver25,r-cr:hor20,o:hor50,a:blinkwait700-blinkoff400-blinkon250-Cursor/lCursor,sm:block-blinkwait175-blinkoff150-blinkon175"
vim.opt.laststatus = 0
vim.opt.number = false
vim.opt.relativenumber = false