mirror of
https://github.com/softinio/nvim-config.git
synced 2025-09-03 16:16:42 -07:00
add copilot
This commit is contained in:
parent
eb90680227
commit
023d479cad
2 changed files with 5 additions and 1 deletions
4
lua/plugins/copilot.lua
Normal file
4
lua/plugins/copilot.lua
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
return {
|
||||||
|
"github/copilot.vim",
|
||||||
|
lazy = false,
|
||||||
|
}
|
|
@ -21,7 +21,7 @@ return {
|
||||||
{
|
{
|
||||||
"ellisonleao/gruvbox.nvim",
|
"ellisonleao/gruvbox.nvim",
|
||||||
lazy = true, -- make sure we load this during startup if it is your main colorscheme
|
lazy = true, -- make sure we load this during startup if it is your main colorscheme
|
||||||
priority = 1000 ,
|
priority = 1000 ,
|
||||||
config = function()
|
config = function()
|
||||||
require("gruvbox").setup({
|
require("gruvbox").setup({
|
||||||
dim_inactive = false,
|
dim_inactive = false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue