set block cursor globally

This commit is contained in:
Baipyrus 2024-05-06 09:47:18 +02:00
parent 9164c73524
commit 4c96b90236

View File

@ -84,6 +84,9 @@ vim.opt.cursorline = true
vim.opt.scrolloff = 8
vim.opt.sidescrolloff = 12
-- Set cursor pointer to block
vim.opt.guicursor = 'n-v-i-c:block-Cursor'
-- Options specifically targeted at Neovide
if vim.g.neovide then
vim.o.guifont = 'CaskaydiaCove Nerd Font Mono:h14'