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