andweeb / presence.nvim

Discord Rich Presence for Neovim
818 stars 65 forks source link

Config option to check git remote URLs for blacklisted keywords #118

Open Lamby777 opened 1 year ago

Lamby777 commented 1 year ago

Adds a new config option for blacklisting strings found in git repo URLs.

blacklist_repos = {
  -- strings to match git remote urls for
}

Was originally kinda confused why blacklists weren't working, since the readme mentioned "workspace" and I guess I just assumed that meant git repos. This should clear things up.