mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
removed dead code forgotten in last commit
This commit is contained in:
parent
7951eb290b
commit
dcf69a34fe
1 changed files with 0 additions and 6 deletions
|
|
@ -65,15 +65,9 @@ local variants = {
|
|||
if options.palette ~= nil and next(options.palette) then
|
||||
-- handle variant specific overrides
|
||||
for variant_name, override_palette in pairs(options.palette) do
|
||||
-- ignore pseudo variant all as is was allready handeld
|
||||
if variant_name == "all" then
|
||||
goto continue
|
||||
end
|
||||
|
||||
if variants[variant_name] then
|
||||
variants[variant_name] = vim.tbl_extend("force", variants[variant_name], override_palette or {})
|
||||
end
|
||||
::continue::
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue