mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
style: comment
This commit is contained in:
parent
59495c1871
commit
f70d350085
1 changed files with 0 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue