mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-26 15:06:45 +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.startPlugins = ["presence-nvim"];
|
||||||
|
|
||||||
vim.luaConfigRC.presence-nvim = nvim.dag.entryAnywhere ''
|
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({
|
require("presence").setup({
|
||||||
-- General options
|
-- General options
|
||||||
auto_update = true,
|
auto_update = true,
|
||||||
|
|
Loading…
Reference in a new issue