mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 09:41:10 +01:00
some changes
This commit is contained in:
@@ -12,4 +12,4 @@ vim.filetype.add({
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
vim.cmd[[colorscheme catppuccin]]
|
vim.cmd[[colorscheme catppuccin-macchiato]]
|
||||||
|
|||||||
+20
-18
@@ -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" },
|
||||||
|
|||||||
Reference in New Issue
Block a user