This commit is contained in:
grechkagk-thinkpad 2026-02-01 16:42:22 +08:00
commit 36c66e33e6
17 changed files with 348 additions and 0 deletions

View file

@ -0,0 +1,13 @@
return {
"projekt0n/github-nvim-theme",
name = "github-theme",
lazy = false,
priority = 1000,
config = function()
require("github-theme").setup({
-- здесь можно добавить свои опции, если нужно
})
vim.cmd("colorscheme github_dark")
end,
}