fix(nvim): load notify before lspconfig
This commit is contained in:
parent
aa557b7d28
commit
76543746aa
@ -43,6 +43,7 @@ return packer.startup({
|
||||
config = function()
|
||||
require("plugins.configs.nvim-notify")
|
||||
end,
|
||||
before = "neovim/nvim-lspconfig",
|
||||
})
|
||||
|
||||
-- Color schemes
|
||||
|
Loading…
Reference in New Issue
Block a user