feat(nvim): modernize to lz.n + vim.pack

This commit is contained in:
Barrett Ruth 2026-03-01 11:26:12 -05:00
parent 50642823bd
commit 75f896a19d
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 1 additions and 21 deletions

View file

@ -39,7 +39,6 @@ end
local git_status = new_git_status()
vim.pack.add({
-- 'https://github.com/barrettruth/midnight.nvim',
'https://github.com/echasnovski/mini.ai',
'https://github.com/monaqa/dial.nvim',
'https://github.com/catgoose/nvim-colorizer.lua',
@ -63,12 +62,6 @@ return {
end,
keys = { { '<leader>l', '<cmd>LiveServerToggle<cr>' } },
},
{
'barrettruth/midnight.nvim',
after = function()
vim.cmd.colorscheme('midnight')
end,
},
{
'barrettruth/nonicons.nvim',
enabled = false,
@ -405,19 +398,6 @@ return {
{ 'ySs', mode = 'n' },
},
},
{
-- TODO: replace this with own barrettruth/render.nvim
'wallpants/github-preview.nvim',
after = function()
require('github-preview').setup({
single_file = true,
cursor_line = {
disable = true,
},
})
end,
keys = { { '<leader>m', '<cmd>silent GithubPreviewToggle<cr>' } },
},
{
'barrettruth/pending.nvim',
before = function()