fix(nvim): load notify before lspconfig

This commit is contained in:
Price Hiller 2022-09-30 14:03:05 -05:00
parent aa557b7d28
commit 76543746aa

View File

@ -43,6 +43,7 @@ return packer.startup({
config = function()
require("plugins.configs.nvim-notify")
end,
before = "neovim/nvim-lspconfig",
})
-- Color schemes