index
:
dotfiles
master
My dotfiles, because I ran ‘rm -rf ~/.config’ one time
Thomas Voss
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.config
/
nvim
/
after
/
plugin
/
colors.lua
blob: 799420e3bd1cd329d7f0e0a486051a8b73b2c4a8 (
plain
) (
blame
)
1
2
3
4
5
require
(
'rose-pine'
).
setup
{
disable_background
=
true
}
vim
.
cmd
.
colorscheme
(
'rose-pine'
)