cleanup plugins

This commit is contained in:
Barrett Ruth 2026-02-10 18:50:11 -05:00
parent e7740e9989
commit ef8804033d
6 changed files with 10 additions and 18 deletions

View file

@ -127,7 +127,6 @@ end
return {
'barrettruth/cp.nvim',
dir = '~/dev/cp.nvim',
cmd = 'CP',
keys = {
{ '<leader>ce', '<cmd>CP edit<cr>' },

View file

@ -8,8 +8,6 @@ return {
},
{
'barrettruth/diffs.nvim',
dir = '~/dev/diffs.nvim',
enabled = true,
init = function()
vim.g.diffs = {
debug = false,

View file

@ -1,8 +1,7 @@
return {
'nvimdev/guard.nvim',
-- TODO: use main repo when #76 merged
dependencies = {
{ dir = '~/dev/guard-collection', 'barrettruth/guard-collection' },
{ 'nvimdev/guard-collection' },
},
init = function()
vim.g.guard_config = {

View file

@ -111,6 +111,7 @@ return {
},
{
'yioneko/nvim-vtsls',
enabled = false,
config = function(_, opts)
require('vtsls').config(opts)
end,

View file

@ -139,6 +139,7 @@ return {
end,
},
{
enabled = false,
'lervag/vimtex',
init = function()
vim.g.vimtex_view_method = 'general'
@ -358,11 +359,4 @@ return {
scope = { enabled = false },
},
},
{
'barrettruth/midnight.nvim',
dir = '~/dev/midnight.nvim',
config = function()
vim.cmd.colorscheme('midnight')
end,
},
}