added copilot
This commit is contained in:
parent
f1eee5e135
commit
f279ad5547
2 changed files with 1 additions and 6 deletions
|
@ -1,9 +1,7 @@
|
||||||
return {
|
return {
|
||||||
"stevearc/dressing.nvim",
|
"stevearc/dressing.nvim",
|
||||||
"nvim-lua/plenary.nvim",
|
"nvim-lua/plenary.nvim",
|
||||||
"nvim-lua/popup.nvim",
|
|
||||||
"tpope/vim-surround",
|
"tpope/vim-surround",
|
||||||
"nvim-lualine/lualine.nvim",
|
|
||||||
"nvim-treesitter/playground",
|
|
||||||
"j-hui/fidget.nvim",
|
"j-hui/fidget.nvim",
|
||||||
|
"github/copilot.vim",
|
||||||
}
|
}
|
||||||
|
|
|
@ -50,16 +50,13 @@ return {
|
||||||
"diff",
|
"diff",
|
||||||
"html",
|
"html",
|
||||||
"javascript",
|
"javascript",
|
||||||
"jsdoc",
|
|
||||||
"json",
|
"json",
|
||||||
"jsonc",
|
|
||||||
"lua",
|
"lua",
|
||||||
"luadoc",
|
"luadoc",
|
||||||
"luap",
|
"luap",
|
||||||
"markdown",
|
"markdown",
|
||||||
"markdown_inline",
|
"markdown_inline",
|
||||||
"python",
|
"python",
|
||||||
"regex",
|
|
||||||
"toml",
|
"toml",
|
||||||
"vim",
|
"vim",
|
||||||
"vimdoc",
|
"vimdoc",
|
||||||
|
|
Loading…
Reference in a new issue