You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I think it should be the second one. Since it's a colorscheme you should make the priority higher: { "spaceduck-theme/nvim", name = "spaceduck", priority = 1000 }
The name attribute looks like it only updates the module-name inside of Lazy and not the name of the theme.
So if you change it to name='spaceduck-theme' it will look like this inside of Lazy:
And if you wanted to use the Dev Branch you could also pass the branch='dev' flag inside there too.
Feel free to make a PR to the README. The theme still needs a lot of work!
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.
The text was updated successfully, but these errors were encountered: