add discord presence
This commit is contained in:
parent
4bde813ee5
commit
0137ffed8f
2 changed files with 7 additions and 1 deletions
|
@ -33,4 +33,4 @@ lualine.setup({
|
||||||
lualine_y = {},
|
lualine_y = {},
|
||||||
lualine_z = { "tabs" },
|
lualine_z = { "tabs" },
|
||||||
},
|
},
|
||||||
}
|
})
|
||||||
|
|
|
@ -262,6 +262,12 @@ return packer.startup(function(use)
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
-- Discord Presence
|
||||||
|
use({
|
||||||
|
"andweeb/presence.nvim",
|
||||||
|
event = "BufReadPre",
|
||||||
|
})
|
||||||
|
|
||||||
if PACKER_BOOTSTRAP then
|
if PACKER_BOOTSTRAP then
|
||||||
require("packer").sync()
|
require("packer").sync()
|
||||||
end
|
end
|
||||||
|
|
Reference in a new issue