cleanup plugins
This commit is contained in:
parent
e7740e9989
commit
ef8804033d
6 changed files with 10 additions and 18 deletions
|
|
@ -127,7 +127,6 @@ end
|
|||
|
||||
return {
|
||||
'barrettruth/cp.nvim',
|
||||
dir = '~/dev/cp.nvim',
|
||||
cmd = 'CP',
|
||||
keys = {
|
||||
{ '<leader>ce', '<cmd>CP edit<cr>' },
|
||||
|
|
|
|||
|
|
@ -8,8 +8,6 @@ return {
|
|||
},
|
||||
{
|
||||
'barrettruth/diffs.nvim',
|
||||
dir = '~/dev/diffs.nvim',
|
||||
enabled = true,
|
||||
init = function()
|
||||
vim.g.diffs = {
|
||||
debug = false,
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -111,6 +111,7 @@ return {
|
|||
},
|
||||
{
|
||||
'yioneko/nvim-vtsls',
|
||||
enabled = false,
|
||||
config = function(_, opts)
|
||||
require('vtsls').config(opts)
|
||||
end,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue