index
:
nvim-java.git
master
Java configuration for Neovim
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
plugins
/
core.lua
blob: d336162f6f67956127bb6461b6771c5d3f6bcc43 (
plain
)
1
2
3
4
5
6
7
8
return
{
{
"LazyVim/LazyVim"
,
opts
= {
colorscheme
=
"catppuccin-macchiato"
,
}
}
}