index
:
dotfiles
master
Мои dotfiles
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config
/
nvim
/
lua
/
theme
/
init.lua
blob: b635c55752188bf9553fab7641509beb2b9d2361 (
plain
) (
blame
)
1
2
3
4
5
6
7
local M = {} M.setup = function() vim.cmd("colorscheme alabaster") end return M