mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-12-21 19:09:49 +01: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 = {
|
tokyonight = {
|
||||||
setup = {style ? "night"}: ''
|
setup = {style ? "night"}: ''
|
||||||
-- need to set style before colorscheme to apply
|
vim.cmd[[colorscheme tokyonight-${style}]]
|
||||||
vim.g.tokyonight_style = '${style}'
|
|
||||||
vim.cmd[[colorscheme tokyonight]]
|
|
||||||
'';
|
'';
|
||||||
styles = ["day" "night" "storm"];
|
styles = ["day" "night" "storm"];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue