Updated blink cmp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user