mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
format
This commit is contained in:
parent
d7b8ac17fb
commit
45a24037e4
4 changed files with 32 additions and 7 deletions
|
|
@ -22,7 +22,9 @@ local toggle_variant = function(variants)
|
|||
vim.g.rose_pine_variant_switch = index[vim.g.rose_pine_variant] or 0
|
||||
end
|
||||
|
||||
vim.g.rose_pine_variant_switch = (vim.g.rose_pine_variant_switch % table.getn(options)) + 1
|
||||
vim.g.rose_pine_variant_switch = (
|
||||
vim.g.rose_pine_variant_switch % table.getn(options)
|
||||
) + 1
|
||||
|
||||
select_variant(options[vim.g.rose_pine_variant_switch])
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue