Files
nvim-config/lua/plugins/github-theme.lua
T
2025-01-16 00:19:31 -06:00

8 lines
145 B
Lua

return {
'projekt0n/github-nvim-theme',
name = 'github-theme',
config = function()
vim.cmd('colorscheme github_dark_dimmed')
end
}