remove test plugin

This commit is contained in:
Price Hiller 2022-05-07 19:05:50 -05:00
parent ed9f6488a2
commit 626a9a78da

View File

@ -624,12 +624,6 @@ return packer.startup({
end, end,
}) })
use({
'/Users/pricehiller/Git/Nvim/Learn-Testing/uppercase.nvim',
config = function()
require('uppercase').setup()
end,
})
-- Leave at end!!! -- Leave at end!!!
-- Install and deploy packer plugins -- Install and deploy packer plugins
-- automatically -- automatically