vyfor / cord.nvim

🚀 Discord Rich Presence plugin for Neovim written in Rust
Apache License 2.0
167 stars 8 forks source link

feat: Support Git-related filetypes and plugins #55

Closed vyfor closed 5 months ago

vyfor commented 5 months ago

Description

[File] gitattributes, gitconfig, gitsendemail

[Git] gitcommit, gitrebase fugitive, fugitiveblame magit git.nvim lazygit[^1] Neogit...[^2]

These plugins have their own logos but will use the default Git icon due to the following reasons: [^1]: No SVG / transparent variant found. [^2]: Does not match with the existing Git icon design.

PCesteban commented 5 months ago

Hello @vyfor, I just updated the plugin, but when I opened lazygit I'm still seeing this: image

For the other git related filetypes is fine: image

vyfor commented 5 months ago

Hey! Are you using the lazygit plugin?

vyfor commented 5 months ago

@PCesteban I believe you're opening lazygit through some kind of a terminal, which is not yet supported.

PCesteban commented 5 months ago

Ah, I'm using it via lunarvim. I'm not sure if lunarvim uses the plugin or something else, seems like it's calling the lazygit executable with toggleterm which is another plugin :/

vyfor commented 5 months ago

@PCesteban Hmm, I won't be at home for a few days so I cannot really look into it right now. Just open an issue and I'll tackle it once I'm back.

PCesteban commented 5 months ago

57 done. Thank you!