mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-12-25 12:14:19 +01:00
fix(ai.copilot): disable copilot lsp if installed. copilot.lua needs its own version of the LSP
This commit is contained in:
@@ -25,6 +25,17 @@ return {
|
||||
},
|
||||
},
|
||||
|
||||
-- copilot-language-server
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
-- copilot.lua only works with its own copilot lsp server
|
||||
copilot = { enabled = false },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
-- add ai_accept action
|
||||
{
|
||||
"zbirenbaum/copilot.lua",
|
||||
|
||||
Reference in New Issue
Block a user