LazyVim / starter

Starter template for LazyVim
Apache License 2.0
885 stars 703 forks source link

Explain how to configure the plugins #48

Closed zfogg closed 7 months ago

zfogg commented 7 months ago

How do i configure the plugins that this automatically installs? I need to configure flash.nvim for instance because I use , as my leader key

zfogg commented 7 months ago

how is the lazy-lock full of files already after install? the list of plugins in lazy.lua doesn't include flash.nvim but it gets installed...

zfogg commented 7 months ago

just curious how to remove stuff if i want to

briandipalma commented 7 months ago

LazyVim uses lazy.nvim as its plugin manager so I'd start by reading up on it here https://github.com/folke/lazy.nvim and in the documentation you should now have in neovim. This https://github.com/briandipalma/iac/blob/main/dotfiles/nvim/lua/plugins/disabled.lua is an example of how to disable plugins. After you disable a plugin lazy.nvim will give you the option to clean/remove it.

zfogg commented 7 months ago

i got it all figured out, thank you for the support. closing the issue but hopefully other people on google will find this :)