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: 596a6767734d80278d4e8e57557b6004a8580d51 (
plain
) (
blame
)
1
2
3
4
5
require
(
'rose-pine'
).
setup
({
disable_background
=
true
})
vim
.
cmd
.
colorscheme
(
'rose-pine'
)