Skip to content

Lazy is working, but I don't understand why... #1224

Answered by dpetka2001
PremiereStoss asked this question in Q&A
Discussion options

You must be logged in to vote

Lazyvim is installed as a plugin that is managed by lazy.nvim. Thus it will get installed in the stdpath("data") directory and all other plugins that come by default with LazyVim will also get installed there. You can do :echo stdpath("data") to see where that directory resides on your OS. This happens to differentiate the LazyVim plugin configuration with the user configuration. All user configuration will go into ~/.config/nvim/lua/plugins/ directory and will get merged with the LazyVim and other plugins' default configuration if the user wants to specify some plugin spec and modify it. If you install a plugin, it will get installed in the stdpath("data") directory along with its defaul…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@PremiereStoss
Comment options

Answer selected by PremiereStoss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants