Fish pre-themed

This commit is contained in:
2026-02-28 01:04:39 +03:00
parent c37ad1cc30
commit 4bb70cf2f6
40 changed files with 4547 additions and 0 deletions

View File

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