feat: enhance highlighting with NeoCodeium suggestion as comment
This commit is contained in:
@@ -118,6 +118,12 @@ function M.setup_indent_highlight()
|
|||||||
|
|
||||||
-- Set colorcolumn
|
-- Set colorcolumn
|
||||||
vim.cmd(":set colorcolumn=120")
|
vim.cmd(":set colorcolumn=120")
|
||||||
|
|
||||||
|
-- Set NeoCodeium suggestion highlight
|
||||||
|
vim.api.nvim_set_hl(0, "NeoCodeiumSuggestion", { link = "Comment" })
|
||||||
|
|
||||||
|
-- Set NeoCodeium label highlight
|
||||||
|
vim.api.nvim_set_hl(0, "NeoCodeiumLabel", { link = "lualine_a_insert" })
|
||||||
end
|
end
|
||||||
|
|
||||||
--- Function to set up smooth cursor mode highlights
|
--- Function to set up smooth cursor mode highlights
|
||||||
|
|||||||
Reference in New Issue
Block a user