This commit is contained in:
2026-02-28 01:10:26 +03:00
parent 4bb70cf2f6
commit ba2c3bdbab
26 changed files with 0 additions and 1578 deletions

View File

@@ -1,14 +0,0 @@
return {
{
"folke/tokyonight.nvim",
lazy = false,
priority = 1000,
opts = {},
config = function()
if os.getenv("TERM") ~= "linux" then
vim.cmd.colorscheme("tokyonight-storm")
end
end
}
}