mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(copilot): remove tmp nightly fix
This commit is contained in:
parent
4d596cf4b4
commit
30f556d17a
1 changed files with 0 additions and 9 deletions
|
@ -22,15 +22,6 @@ return {
|
|||
help = true,
|
||||
},
|
||||
},
|
||||
config = function(_, opts)
|
||||
require("copilot").setup(opts)
|
||||
-- HACK: work-around for https://github.com/neovim/neovim/issues/31262
|
||||
local Util = require("copilot.util")
|
||||
local language_for_file_type = Util.language_for_file_type
|
||||
Util.language_for_file_type = function(ft)
|
||||
return language_for_file_type(ft or "")
|
||||
end
|
||||
end,
|
||||
},
|
||||
|
||||
-- add ai_accept action
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue