blob: 70c7960b81180212208520b08a8e286364d8f14e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
---@brief
---
--- https://github.com/Retsediv/hydra-lsp
---
--- LSP for Hydra Python package config files.
return {
cmd = { 'hydra-lsp' },
filetypes = { 'yaml' },
root_markers = { '.git' },
}
|