index
:
dotfiles.git
master
The dotfiles I currently use on my laptop
Eric Marin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nvim
/
lua
/
plugins
/
lazydev.lua
blob: 704d9638b17eebbec286542b0aa15e56f6775869 (
plain
)
1
2
3
4
5
return
{
"folke/lazydev.nvim"
,
ft
=
"lua"
,
-- only load on lua files
opts
=
{}
}