astronvim_config/plugins/copilot.lua
RingOfStorms (Joshua Bell) 93434a8105 pin neo-tree to prevent bug
2023-04-21 14:06:08 -06:00

15 lines
289 B
Lua

return {
-- "zbirenbaum/copilot.lua",
-- cmd = "Copilot",
-- event = "InsertEnter",
-- opts = {
-- filetypes = {
-- javascript = true,
-- typescript = true,
-- rust = true,
-- css = true,
-- scss = true,
-- ["*"] = false,
-- }
-- },
}