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

@ -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,
},
}