index
:
dotfiles
main
My Personal Dotfiles
JP Appel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nvim
/
lsp
/
lua.lua
blob: a268030048d1ca9a3a55e1971c3c11395c49dce9 (
plain
) (
blame
)
1
2
3
4
return
{
cmd
=
{
"lua-language-server"
},
filetypes
=
{
'lua'
},
}