Updated blink cmp

This commit is contained in:
2025-05-01 23:12:42 +02:00
parent 3cb6239f82
commit afea5116cc
2 changed files with 26 additions and 5 deletions

View File

@@ -3,15 +3,16 @@ return {
"zbirenbaum/copilot.lua",
cmd = "Copilot",
event = "InsertEnter",
dependencies = "AndreM222/copilot-lualine",
config = function()
require("copilot").setup({
panel = {
enabled = false,
keymap = {
open = "<M-c>",
},
},
suggestion = {
enabled = false,
auto_trigger = true,
keymap = {
accept = "<M-CR>",
@@ -22,6 +23,7 @@ return {
javascript = true,
python = true,
markdown = true,
help = true,
json = true,
sh = function()
if string.match(vim.fs.basename(vim.api.nvim_buf_get_name(0)), "^%.env.*") then