changed cursor to block in all modes

This commit is contained in:
Dan MacLeod
2024-01-16 21:31:46 +10:30
parent d87d61d0b0
commit 9d52f937bd

View File

@@ -289,6 +289,9 @@ vim.o.termguicolors = true
vim.o.shiftwidth = 4 vim.o.shiftwidth = 4
vim.o.tabstop = 4 vim.o.tabstop = 4
-- Set cursor in insert mode
vim.o.guicursor = "a:block"
-- Set transparent background -- Set transparent background
vim.cmd [[ vim.cmd [[
hi Normal guibg=None hi Normal guibg=None