gk.nvim/lua/plugins/github-theme.lua
grechkagk-thinkpad 36c66e33e6 0.0.1
2026-02-01 16:42:22 +08:00

13 lines
290 B
Lua

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