feat(nvim): modernize to lz.n + vim.pack
This commit is contained in:
parent
50642823bd
commit
75f896a19d
2 changed files with 1 additions and 21 deletions
|
|
@ -140,7 +140,7 @@ return {
|
|||
{ ']c', '<cmd>CP next<cr>' },
|
||||
{ '[c', '<cmd>CP prev<cr>' },
|
||||
},
|
||||
init = function()
|
||||
before = function()
|
||||
vim.g.cp = {
|
||||
debug = false,
|
||||
languages = {
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue