Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
plugins: fix small bug from cleaned junk
Browse files Browse the repository at this point in the history
  • Loading branch information
NTBBloodbath committed May 20, 2021
1 parent 997ca08 commit 255624c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lua/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,7 @@ return packer.startup(function()
{ 'sainnhe/edge', disable = disabled_colorschemes },
{ 'sainnhe/everforest', disable = disabled_colorschemes },
{ 'wadackel/vim-dogrun', disable = disabled_colorschemes },
{
'joshdick/onedark.vim',
disable = disabled_colorschemes,
},
{ 'joshdick/onedark.vim', disable = disabled_colorschemes },
{ 'ajmwagar/vim-deus', disable = disabled_colorschemes },
})

Expand Down

0 comments on commit 255624c

Please sign in to comment.