configs/nvim/lua/plugins/themes.lua
Kacper Marzecki 2f0a29ce9f link tmux
2025-03-16 14:15:37 +01:00

18 lines
309 B
Lua

return {
{
"folke/tokyonight.nvim",
lazy = false,
priority = 1000,
opts = {},
},
{
"nyoom-engineering/oxocarbon.nvim",
-- Add in any other configuration;
-- event = foo,
-- config = bar
-- end,
},
{ "Mofiqul/vscode.nvim" },
{ "rebelot/kanagawa.nvim" },
}