fix: set cursor to static color
This commit is contained in:
@@ -77,6 +77,7 @@ vim.opt.autoread = true
|
|||||||
-- causing "Press ENTER to continue" messages for small messages.
|
-- causing "Press ENTER to continue" messages for small messages.
|
||||||
vim.opt.jumpoptions = {'stack', 'view', 'clean'}
|
vim.opt.jumpoptions = {'stack', 'view', 'clean'}
|
||||||
vim.opt.updatetime = 100
|
vim.opt.updatetime = 100
|
||||||
|
vim.opt.guicursor:append("a:Cursor")
|
||||||
|
|
||||||
function _G._status_line_git()
|
function _G._status_line_git()
|
||||||
local status = vim.b.gitsigns_status_dict
|
local status = vim.b.gitsigns_status_dict
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ return {
|
|||||||
|
|
||||||
local c = require("onedark.colors")
|
local c = require("onedark.colors")
|
||||||
local highlights = {
|
local highlights = {
|
||||||
|
Cursor = { fg = c.bg, bg = c.fg, fmt = "NONE" },
|
||||||
NormalFloat = { bg = c.bg0 },
|
NormalFloat = { bg = c.bg0 },
|
||||||
FloatBorder = { bg = c.bg0 },
|
FloatBorder = { bg = c.bg0 },
|
||||||
TabLineSel = { fg = c.fg, bg = c.bg0 },
|
TabLineSel = { fg = c.fg, bg = c.bg0 },
|
||||||
|
|||||||
Reference in New Issue
Block a user