This website requires JavaScript.
Explore
Help
Sign In
oalexander
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Pull Requests
Releases
Activity
Files
4521b4effd62627da11c3fb9cfa0e9d7d6ca1ae1
dotfiles
/
dot-config
/
nvim
/
lua
/
plugins
/
core.lua
T
9 lines
97 B
Lua
Raw
Normal View
History
Unescape
Escape
feat(nvim): Use LazyVim for configurations
2025-01-24 08:59:32 -06:00
return
{
{
"LazyVim/LazyVim"
,
opts
=
{
colorscheme
=
"catppuccin"
,
},
},
}
Copy Permalink