-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hi! developers
I am a newbie in NeoVim always use in old init.vim vimscipt config file and i love spaceduck theme.
Now want to migrate a new Lua config system (init.lua) and i want to use with LazyVim but no see the instructions to work with LazyVim only with Packer.
Please you can help me with the configuration?
only have to remove the keyword use or require other configuration maybe remove
parentheses
PACKER
use({ "spaceduck-theme/nvim", as = "spaceduck" })
LAZYVIM
{ "spaceduck-theme/nvim", as = "spaceduck" } OR
{ "spaceduck-theme/nvim", name = "spaceduck", priority = 1000 } OR
{ "spaceduck-theme/nvim", name = "spaceduck-theme", priority = 1000 }
I can contribute change the README.md but need your test and validations
Hi from México, sorry my bad English.