mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-17 17:23:24 +02:00
Merge 3c7f2798dc
into 25abbf546d
This commit is contained in:
commit
0b2df96fc6
3 changed files with 14 additions and 1 deletions
|
@ -68,6 +68,9 @@ return {
|
|||
end,
|
||||
})
|
||||
|
||||
-- Add copilot-chat to the list of filetypes that should ignore LSP keymaps
|
||||
vim.g.keymaps_lsp_ignore_ft = vim.list_extend(vim.g.keymaps_lsp_ignore_ft or {}, { "copilot-chat" })
|
||||
|
||||
chat.setup(opts)
|
||||
end,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue