From a3b533b9234f8d89fd33bfd9e0cd468c951c7196 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Thu, 16 Feb 2023 23:33:04 +0300 Subject: [PATCH] fix: garbage at the end of presence.nvim options hyperlink --- modules/presence/discord-nvim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/presence/discord-nvim.nix b/modules/presence/discord-nvim.nix index 4d48a4c..50f9f3d 100644 --- a/modules/presence/discord-nvim.nix +++ b/modules/presence/discord-nvim.nix @@ -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,