style: comment

This commit is contained in:
Folke Lemaitre
2024-06-07 06:16:32 +02:00
parent 59495c1871
commit f70d350085

View File

@ -19,7 +19,6 @@ return {
-- auto_brackets = { "python" }
-- }
-- ```
opts = function()
vim.api.nvim_set_hl(0, "CmpGhostText", { link = "Comment", default = true })
local cmp = require("cmp")