Set nvim theme
This commit is contained in:
parent
fccd7f3fc5
commit
acb40bd978
3 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"github-theme": { "branch": "main", "commit": "c106c9472154d6b2c74b74565616b877ae8ed31d" },
|
||||
"lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" },
|
||||
"todo-comments.nvim": { "branch": "main", "commit": "304a8d204ee787d2544d8bc23cd38d2f929e7cc5" },
|
||||
"typr": { "branch": "main", "commit": "5ee7b67dc610e8ec2c0c8a6912a8d1fba90160c2" },
|
||||
|
|
|
@ -34,3 +34,4 @@ require("lazy").setup({
|
|||
checker = { enabled = true },
|
||||
})
|
||||
|
||||
vim.cmd('colorscheme github_dark_dimmed')
|
||||
|
|
3
nvim/lua/plugins/themes.lua
Normal file
3
nvim/lua/plugins/themes.lua
Normal file
|
@ -0,0 +1,3 @@
|
|||
return {
|
||||
{ 'projekt0n/github-nvim-theme', name = 'github-theme' },
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue