index
:
dotfiles
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
nvim
/
lsp
/
yamlls.lua
blob: e52d3221d8de1ba71a40b61b2637fc8c3ad7ae3b (
plain
)
1
2
3
4
return { cmd = { "yaml-language-server", "--stdio" }, filetypes = { "yaml", "yml" } }