some changes

This commit is contained in:
Aram Markarov
2025-10-01 22:15:24 +02:00
parent e22f3a02e2
commit e5c26449c3
2 changed files with 21 additions and 19 deletions
+1 -1
View File
@@ -12,4 +12,4 @@ vim.filetype.add({
} }
}) })
vim.cmd[[colorscheme catppuccin]] vim.cmd[[colorscheme catppuccin-macchiato]]
+20 -18
View File
@@ -39,12 +39,6 @@ return {
require("config.autosession") require("config.autosession")
end, end,
}, },
{
"olimorris/onedarkpro.nvim",
config = function()
require("config.themelight")
end,
},
{ {
"nvim-telescope/telescope.nvim", "nvim-telescope/telescope.nvim",
dependencies = { dependencies = {
@@ -106,24 +100,32 @@ return {
require("config.colorizer") require("config.colorizer")
end, end,
}, },
-- { {
-- "zbirenbaum/copilot.lua", "zbirenbaum/copilot.lua",
-- lazy = true, lazy = true,
-- cmd = "Copilot", cmd = "Copilot",
-- event = "InsertEnter", event = "InsertEnter",
-- config = function() config = function()
-- require "config.copilot" require "config.copilot"
-- end, end,
-- }, },
{
"catppuccin/nvim",
name = "catppuccin",
priority = 1000
},
{
"ellisonleao/gruvbox.nvim",
priority = 1000 ,
config = true,
opts = ...
},
{ {
"mfussenegger/nvim-dap", "mfussenegger/nvim-dap",
config = function() config = function()
require("config.dap") require("config.dap")
end, end,
}, },
{
"notken12/base46-colors",
},
{ {
"eatgrass/maven.nvim", "eatgrass/maven.nvim",
cmd = { "Maven", "MavenExec" }, cmd = { "Maven", "MavenExec" },