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

Add LazyVim as an installation method for presence.nvim #159

Open
DiegoDev2 opened this issue Oct 31, 2024 · 1 comment
Open

Add LazyVim as an installation method for presence.nvim #159

DiegoDev2 opened this issue Oct 31, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@DiegoDev2
Copy link

Is your feature request related to a problem? Please describe.
I'm always frustrated when I need to configure the plugin manually. LazyVim is becoming a standard for easy configuration, and integrating this plugin with LazyVim would streamline the setup process.

Describe the solution you'd like
Add support for LazyVim as an installation method for presence.nvim. This would allow users to install and configure the plugin with minimal effort, making it accessible for both beginners and experienced users of LazyVim.

Describe alternatives you've considered
I’ve considered configuring it manually, but this approach is time-consuming and might discourage new users who prefer LazyVim’s simplicity.

Additional context
Integrating LazyVim installation support could attract more users to the plugin by making it part of the LazyVim ecosystem. Here is a link to LazyVim’s documentation: LazyVim Installation Guide. This would also ensure compatibility with popular LazyVim features and configurations.

@DiegoDev2 DiegoDev2 added the enhancement New feature or request label Oct 31, 2024
@ficcdaf
Copy link

ficcdaf commented Nov 19, 2024

FYI LazyVim != lazy.nvim. LazyVim is a Neovim config distribution, lazy.nvim is the plugin manager.

Installing with lazy.nvim is incredibly straightforward:

-- inside plugins/presence.lua
return {
  "andweeb/presence.nvim",
  opts = {
    show_time = false,
    -- Etc..
  },
}

There are no extra steps this plugin would need to take for compatibility with Lazy.

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

No branches or pull requests

2 participants