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