Set nvim theme
This commit is contained in:
parent
fccd7f3fc5
commit
acb40bd978
3 changed files with 5 additions and 0 deletions
|
@ -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