We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d0838 commit 04d33f5Copy full SHA for 04d33f5
lua/tokyonight/groups/copilot.lua
@@ -0,0 +1,15 @@
1
+local M = {}
2
+
3
+M.url = "https://github.com/zbirenbaum/copilot.lua"
4
5
+---@type tokyonight.HighlightsFn
6
+function M.get(c, opts)
7
+ -- stylua: ignore
8
+ local ret = {
9
+ CopilotAnnotation = { fg = c.terminal_black },
10
+ CopilotSuggestion = { fg = c.terminal_black },
11
+ }
12
+ return ret
13
+end
14
15
+return M
lua/tokyonight/groups/init.lua
@@ -11,6 +11,7 @@ M.plugins = {
["barbar.nvim"] = "barbar",
["blink.cmp"] = "blink",
["bufferline.nvim"] = "bufferline",
+ ["copilot.lua"] = "copilot",
["dashboard-nvim"] = "dashboard",
16
["flash.nvim"] = "flash",
17
["fzf-lua"] = "fzf",
0 commit comments