dotfiles/.config/nvim/lsp/hydra_lsp.lua

13 lines
223 B
Lua
Raw Permalink Normal View History

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