chore: upgrade folke/tokyonight.nvim to v2.1.0

This commit is contained in:
Dan Anglin 2023-09-22 17:40:33 +01:00
parent 53e001e681
commit 6b640b96f7
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -7,7 +7,7 @@ vim.opt.runtimepath:prepend(lazypath)
local plugins = {
{
"folke/tokyonight.nvim",
tag = "v1.10.0", -- 2023-03-23
tag = "v2.1.0", -- 2023-08-29
priority = 1000,
config = function()
require("plugins.config.tokyonight")