feat: add neocord rich presence
This commit is contained in:
parent
cfef8a7ef8
commit
833b472714
2 changed files with 13 additions and 0 deletions
|
@ -167,6 +167,7 @@
|
||||||
barbecue-nvim
|
barbecue-nvim
|
||||||
undotree
|
undotree
|
||||||
conform-nvim
|
conform-nvim
|
||||||
|
neocord
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -216,4 +216,16 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"neocord",
|
||||||
|
event = "BufEnter",
|
||||||
|
after = function()
|
||||||
|
require("neocord").setup({
|
||||||
|
editing_text = "Hacking %s",
|
||||||
|
logo_tooltip = "The One True Text Editor",
|
||||||
|
terminal_text = "Bypassing the mainframe",
|
||||||
|
workspace_text = "The One True Text Editor",
|
||||||
|
})
|
||||||
|
end,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue