This commit is contained in:
Zacharias-Brohn
2026-04-28 20:08:38 +02:00
parent c83a164a1c
commit 74044f3088
6 changed files with 84 additions and 90 deletions
+12 -18
View File
@@ -161,12 +161,12 @@ return {
require "config.harpoon"
end,
},
-- {
-- "catgoose/nvim-colorizer.lua",
-- config = function()
-- require("config.colorizer")
-- end,
-- },
{
"catgoose/nvim-colorizer.lua",
config = function()
require "config.colorizer"
end,
},
{
"ziglang/zig.vim",
},
@@ -196,12 +196,6 @@ return {
vim.g.minimal_italic_comments = true
end,
},
{
"ThePrimeagen/refactoring.nvim",
config = function()
require "config.refactoring"
end,
},
{
"Yazeed1s/minimal.nvim",
config = function()
@@ -255,9 +249,9 @@ return {
-- {
-- "artemave/workspace-diagnostics.nvim",
-- },
{
require "config.dev-tools",
},
-- {
-- require "config.dev-tools",
-- },
{
"Fildo7525/pretty_hover",
event = "LspAttach",
@@ -267,9 +261,9 @@ return {
"knubie/vim-kitty-navigator",
build = "cp ./*.py ~/.config/kitty/",
},
{
require "config.dropbar",
},
-- {
-- require "config.dropbar",
-- },
{
"lewis6991/gitsigns.nvim",
config = function()