Skip to content

Commit

Permalink
feat: add github copilot plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
busyhe committed Jul 26, 2022
1 parent 3afb273 commit 38a218b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ packer.startup({
use('rafamadriz/friendly-snippets')
-- wakatime
use('wakatime/vim-wakatime')
-- github
use('github/copilot.vim')
-- 代码格式化
--use("mhartington/formatter.nvim")
use({ 'jose-elias-alvarez/null-ls.nvim', requires = 'nvim-lua/plenary.nvim' })
Expand Down
5 changes: 5 additions & 0 deletions plugin/packer_compiled.lua
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ _G.packer_plugins = {
path = "/Users/busyhe/.local/share/nvim/site/pack/packer/start/cmp-vsnip",
url = "https://github.com/hrsh7th/cmp-vsnip"
},
["copilot.vim"] = {
loaded = true,
path = "/Users/busyhe/.local/share/nvim/site/pack/packer/start/copilot.vim",
url = "https://github.com/github/copilot.vim"
},
["dashboard-nvim"] = {
loaded = true,
path = "/Users/busyhe/.local/share/nvim/site/pack/packer/start/dashboard-nvim",
Expand Down

0 comments on commit 38a218b

Please sign in to comment.