mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
wayland-wm: sunsetr hyprlock
This commit is contained in:
parent
91b011a725
commit
47d967bfc9
26 changed files with 326 additions and 96 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -86,6 +86,10 @@ return {
|
|||
enabled = true,
|
||||
-- See: ../lang/markdown/obsidian-nvim.lua
|
||||
img_dirs = { "90 - System/Assets" },
|
||||
math = {
|
||||
enabled = true,
|
||||
font_size = "small",
|
||||
},
|
||||
},
|
||||
},
|
||||
keys = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue