best plugin ever created

This commit is contained in:
Zacharias-Brohn
2025-10-18 01:30:58 +02:00
parent 2e011ea5e5
commit 68b0466153
5 changed files with 56 additions and 19 deletions
+2 -15
View File
@@ -182,7 +182,7 @@ return {
},
{
"neovim/nvim-lspconfig",
enabled = false,
enabled = true,
dependencies = {
"williamboman/mason.nvim",
"williamboman/mason-lspconfig.nvim",
@@ -237,18 +237,6 @@ return {
"mg979/vim-visual-multi",
branch = "master",
},
{
"jackMort/ChatGPT.nvim",
dependencies = {
"MunifTanjim/nui.nvim",
"nvim-lua/plenary.nvim",
"folke/trouble.nvim",
"nvim-telescope/telescope.nvim"
},
config = function()
require("config.chatgpt")
end,
},
{
"elkowar/yuck.vim",
},
@@ -263,7 +251,6 @@ return {
"lancewilhelm/horizon-extended.nvim",
},
{
"neoclide/coc.nvim",
branch = "release",
"vimpostor/vim-tpipeline",
}
}