Replaced presence plugin with my fork
This commit is contained in:
@@ -6,7 +6,7 @@ end
|
|||||||
presence.setup({
|
presence.setup({
|
||||||
auto_update = true,
|
auto_update = true,
|
||||||
neovim_image_text = "The One True Text Editor",
|
neovim_image_text = "The One True Text Editor",
|
||||||
main_image = "neovim",
|
main_image = "https://i.pinimg.com/originals/86/87/c4/8687c4a36a58e40e67711b1c0e8e66e0.jpg",
|
||||||
client_id = "793271441293967371",
|
client_id = "793271441293967371",
|
||||||
log_level = info,
|
log_level = info,
|
||||||
debounce_timeout = 10,
|
debounce_timeout = 10,
|
||||||
|
|||||||
@@ -121,7 +121,7 @@ return packer.startup(function(use)
|
|||||||
})
|
})
|
||||||
use("rcarriga/nvim-notify")
|
use("rcarriga/nvim-notify")
|
||||||
use({ "akinsho/bufferline.nvim", tag = "*", requires = "nvim-tree/nvim-web-devicons" })
|
use({ "akinsho/bufferline.nvim", tag = "*", requires = "nvim-tree/nvim-web-devicons" })
|
||||||
use("andweeb/presence.nvim")
|
use("TakenMC/presence.nvim")
|
||||||
use({
|
use({
|
||||||
"kylechui/nvim-surround",
|
"kylechui/nvim-surround",
|
||||||
tag = "*",
|
tag = "*",
|
||||||
|
|||||||
Reference in New Issue
Block a user