mirror of
https://github.com/Tilo-K/neovim-config.git
synced 2026-07-03 13:43:02 +00:00
Merge branch 'master' of https://github.com/nvim-lua/kickstart.nvim
This commit is contained in:
@@ -1,12 +1,3 @@
|
||||
return {
|
||||
"zbirenbaum/copilot.lua",
|
||||
cmd = "Copilot",
|
||||
event = "InsertEnter",
|
||||
config = function()
|
||||
require("copilot").setup({
|
||||
filetypes = {
|
||||
["*"] = true,
|
||||
},
|
||||
})
|
||||
end,
|
||||
"github/copilot.vim",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user