mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 01:39:54 +01:00
colorscheme change
This commit is contained in:
@@ -12,4 +12,4 @@ vim.filetype.add({
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
vim.cmd[[colorscheme catppuccin-macchiato]]
|
vim.cmd[[colorscheme catppuccin-mocha]]
|
||||||
|
|||||||
@@ -97,15 +97,6 @@ return {
|
|||||||
require("config.colorizer")
|
require("config.colorizer")
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"zbirenbaum/copilot.lua",
|
|
||||||
lazy = true,
|
|
||||||
cmd = "Copilot",
|
|
||||||
event = "InsertEnter",
|
|
||||||
config = function()
|
|
||||||
require "config.copilot"
|
|
||||||
end,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"catppuccin/nvim",
|
"catppuccin/nvim",
|
||||||
name = "catppuccin",
|
name = "catppuccin",
|
||||||
|
|||||||
Reference in New Issue
Block a user