mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
tokyonight: update deprecated style setup
This commit is contained in:
parent
f3aac8cb5a
commit
65c64492e5
1 changed files with 1 additions and 3 deletions
|
@ -12,9 +12,7 @@
|
|||
|
||||
tokyonight = {
|
||||
setup = {style ? "night"}: ''
|
||||
-- need to set style before colorscheme to apply
|
||||
vim.g.tokyonight_style = '${style}'
|
||||
vim.cmd[[colorscheme tokyonight]]
|
||||
vim.cmd[[colorscheme tokyonight-${style}]]
|
||||
'';
|
||||
styles = ["day" "night" "storm"];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue