changed cursor to block in all modes
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user