nvim/lsp/hydra_lsp.lua
2025-09-22 16:07:34 +02:00

12 lines
223 B
Lua

---@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' },
}