add copilot

This commit is contained in:
Salar Rahmanian 2023-12-17 13:16:29 -08:00
parent eb90680227
commit 023d479cad
2 changed files with 5 additions and 1 deletions

4
lua/plugins/copilot.lua Normal file
View file

@ -0,0 +1,4 @@
return {
"github/copilot.vim",
lazy = false,
}

View file

@ -21,7 +21,7 @@ return {
{
"ellisonleao/gruvbox.nvim",
lazy = true, -- make sure we load this during startup if it is your main colorscheme
priority = 1000 ,
priority = 1000 ,
config = function()
require("gruvbox").setup({
dim_inactive = false,