Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*request* ability to report seperate neovim configs as seperate editors? #186

Open
thederpykrafter opened this issue May 8, 2024 · 2 comments

Comments

@thederpykrafter
Copy link

I'm not sure if this is already possible, but I often switch between my NeoVim and LunarVim configs. currently both show as NeoVim on wakatime. Is it possible to isolate each to their own stats?

@alanhamlett
Copy link
Member

alanhamlett commented May 8, 2024

Do they have different plugin directories or share the same plugin folder?

If they're different, you could edit the plugin/wakatime.vim file in you LunarVim plugin folder to hard-code it to LunarVim when passing the --plugin argument to wakatime-cli.

It makes updating the plugin more difficult, but it's the fastest way to show LunarVim as a separate editor on your dashboard.

@thederpykrafter
Copy link
Author

To be honest I'm relatively new to neovim as a whole. At this point I'm not even sure how this plugin is working in my lunarvim config because lazy doesn't show the plugin at all despite all WakaTime commands working. Lunarvim just uses powershell aliases to launch neovim I think. I might just merge my configs into one like I should have to begin with lol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants