diff --git a/lua/plugins/copilot.lua b/lua/plugins/copilot.lua new file mode 100644 index 0000000..3829791 --- /dev/null +++ b/lua/plugins/copilot.lua @@ -0,0 +1,4 @@ +return { + "github/copilot.vim", + lazy = false, +} diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index f7dd7d6..99104e1 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -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,