doctorfree / nvim-lazyman

Neovim configuration manager and Lazy/Lua/Mason based Neovim config. Manage multiple Neovim configurations with the lazyman command. ☕
https://lazyman.dev
MIT License
263 stars 8 forks source link

What is the best way to add plugins? #35

Closed JPDucky closed 1 year ago

JPDucky commented 1 year ago

What is the best way to add plugins such that they will be available globally? I don't want to hose anything on accident and didn't see anything specific in the docs

doctorfree commented 1 year ago

I'm not sure I understand what you want to do. I do not know how to make a plugin globally available for all Neovim configurations installed on a system. Is that what you are wishing to do?

Or, are you seeking to make a Neovim configuration globally available for all users on a system?

Sorry, I am not able to help, can you clarify?

JPDucky commented 1 year ago

Single user system. Let me back up a little bit- so I think i was under the impression when I read the docs that plugins were added globally and they carried over to configs, but that doesn't seem to be the case.

Currently I am trying to figure out why some of my mappings don't work, I'll let you know what I'm doing wrong there once I figure it out.

doctorfree commented 1 year ago

The config in your nvim repo seems to install and initialize cleanly with lazyman:

lazyman -C https://github.com/JPDucky/nvim -N nvim-Ducky -P

Let me know if there is anything I can do to assist.

doctorfree commented 1 year ago

Closing but reopen if you think this is an issue with Lazyman