Why is there a default configuration under folder: nvim-data\lazy\LazyVim\lua\lazyvim\config #1314
-
Hey, wondering why there are default configs/keymaps under the path: nvim-data\lazy\LazyVim\lua\lazyvim\config. I wanted just a clean/sleek plugin manager without pre-configurationand -keymaps. I know there is the starter configuration LazyVim but didn't expected it for the plugin-manager lazy.vim. Did I oversee something for installation? Used this:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
You probably did something wrong on your end. You can only install LazyVim if you do The other thing I can think of is you want to transition from LazyVim to something else and you didn't delete the directories
that were remnants of some previous installation you did. |
Beta Was this translation helpful? Give feedback.
-
Ah, many thanks! |
Beta Was this translation helpful? Give feedback.
Are you sure you're not using LazyVim? Because in your
colorscheme.lua
it looks like you're using LazyVim.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 bylazy.nvim
. If you don't use LazyVim, you shouldn't even have the above code snippet in your configuration.