Skip to content

Why is there a default configuration under folder: nvim-data\lazy\LazyVim\lua\lazyvim\config #1314

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

You must be logged in to vote

Are you sure you're not using LazyVim? Because in your colorscheme.lua it looks like you're using LazyVim.

{
   "LazyVim/LazyVim",
   opts = {
     colorscheme = "nord",
   },
 },

This code specifically. So, lazy.nvim sees this in your configuration and recognizes the spec as LazyVim. Of course it won't work like LazyVim if you didn't clone the starter repository, but this is why the folder Lazyvim gets created by lazy.nvim. If you don't use LazyVim, you shouldn't even have the above code snippet in your configuration.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@appicon007
Comment options

@dpetka2001
Comment options

@appicon007
Comment options

@dpetka2001
Comment options

Answer selected by appicon007
Comment options

You must be logged in to vote
0 replies
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