wayland-wm: sunsetr hyprlock

This commit is contained in:
js0ny 2025-12-01 01:47:58 +00:00
parent 91b011a725
commit 47d967bfc9
26 changed files with 326 additions and 96 deletions

View file

@ -3,18 +3,19 @@ return {
cmd = "Copilot",
build = ":Copilot auth",
event = "BufReadPost",
enabled = vim.g.ai_enabled,
opts = {
suggestion = {
enabled = not vim.g.ai_cmp,
auto_trigger = true,
hide_during_completion = vim.g.ai_cmp,
-- hide_during_completion = vim.g.ai_cmp,
keymap = {
accept = "<M-l>", -- Inspired from zed
next = "<M-]>",
prev = "<M-[>",
},
},
panel = { enabled = true },
-- Disable <M-CR> to open Copilot panel
panel = { enabled = false },
filetypes = {
markdown = true,
help = true,