Skip to content

Commit

Permalink
fix(guicursor): remove guicursor setting
Browse files Browse the repository at this point in the history
  • Loading branch information
konosubakonoakua committed Mar 26, 2024
1 parent 3acc9f7 commit d94ee10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/config/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ if plat.isPlatWindows() then
end

vim.opt.pumblend = 0
vim.opt.guicursor = "a:block"
-- NOTE: stop setting guicursor manually with noice.nvim,
-- there's a chance that the guicursor disappears
-- vim.opt.guicursor = "a:block"
vim.g.root_spec = { "lsp", { ".git", "lua" }, "cwd" }
vim.g.dashboard_colorful_banner_chance = 0.001 -- %0.1 chance

Expand Down

0 comments on commit d94ee10

Please sign in to comment.