Skip to content

Commit 81a9f80

Browse files
committed
refactor: remove redundant cursor color configuration
1 parent f57a2a2 commit 81a9f80

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

common/neovim/lua/plugins/colorscheme.lua

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,5 @@ return {
5252
opts = {
5353
colorscheme = "catppuccin",
5454
},
55-
init = function()
56-
-- Set cursor color before LazyVim loads
57-
vim.api.nvim_set_hl(0, "Cursor", { bg = "#FF24C0", fg = "#1e1e2e" })
58-
vim.api.nvim_set_hl(0, "lCursor", { bg = "#FF24C0", fg = "#1e1e2e" })
59-
vim.api.nvim_set_hl(0, "TermCursor", { bg = "#FF24C0", fg = "#1e1e2e" })
60-
end,
6155
},
6256
}

0 commit comments

Comments
 (0)