refactor(nvim): remove packer, unused

This commit is contained in:
Price Hiller 2023-01-08 05:00:01 -06:00
parent eae0178a9d
commit 256d42c05f

View File

@ -17,9 +17,6 @@ vim.opt.runtimepath:prepend(lazypath)
local lazy = require("lazy")
lazy.setup({
-- Packer Itself
{ "wbthomason/packer.nvim" },
-- Commonly used library
{
"nvim-lua/plenary.nvim",