style: comment

This commit is contained in:
Folke Lemaitre 2024-06-07 06:16:32 +02:00
parent 59495c1871
commit f70d350085
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

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