mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
fix: garbage at the end of presence.nvim options hyperlink
This commit is contained in:
parent
79587828f4
commit
a3b533b923
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ in {
|
|||
vim.startPlugins = ["presence-nvim"];
|
||||
|
||||
vim.luaConfigRC.presence-nvim = nvim.dag.entryAnywhere ''
|
||||
-- Description of each option can be found in https://github.com/andweeb/presence.nvim444
|
||||
-- Description of each option can be found in https://github.com/andweeb/presence.nvim
|
||||
require("presence").setup({
|
||||
-- General options
|
||||
auto_update = true,
|
||||
|
|
Loading…
Reference in a new issue