mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-12-26 13:21:45 +00:00
set block cursor globally
This commit is contained in:
parent
9164c73524
commit
4c96b90236
@ -84,6 +84,9 @@ vim.opt.cursorline = true
|
|||||||
vim.opt.scrolloff = 8
|
vim.opt.scrolloff = 8
|
||||||
vim.opt.sidescrolloff = 12
|
vim.opt.sidescrolloff = 12
|
||||||
|
|
||||||
|
-- Set cursor pointer to block
|
||||||
|
vim.opt.guicursor = 'n-v-i-c:block-Cursor'
|
||||||
|
|
||||||
-- Options specifically targeted at Neovide
|
-- Options specifically targeted at Neovide
|
||||||
if vim.g.neovide then
|
if vim.g.neovide then
|
||||||
vim.o.guifont = 'CaskaydiaCove Nerd Font Mono:h14'
|
vim.o.guifont = 'CaskaydiaCove Nerd Font Mono:h14'
|
||||||
|
Loading…
Reference in New Issue
Block a user