andweeb / presence.nvim

Discord Rich Presence for Neovim
818 stars 65 forks source link

can't make blacklist work for all lua files #103

Closed abd0-omar closed 1 year ago

abd0-omar commented 1 year ago

Description

blacklist = {"%.lua$"}, is this the right syntax for it, and if it is right why when I open a lua file it still appears on discord I also tried "%.lua$|/"

Neovim version

NVIM v0.9.0
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3

OS information

linux mint

Steps to reproduce

require("presence").setup({ blacklist = {"%.lua$"}, }

Logs

: