1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-11 01:35:46 +08:00
SpaceVim/bundle/nvim-lspconfig-latest/lua/lspconfig/server_configurations/hydra_lsp.lua

21 lines
404 B
Lua
Raw Normal View History

local util = require 'lspconfig.util'
return {
default_config = {
cmd = { 'hydra-lsp' },
filetypes = { 'yaml' },
root_dir = util.root_pattern '.git',
single_file_support = true,
},
docs = {
description = [[
https://github.com/Retsediv/hydra-lsp
LSP for Hydra Python package config files.
]],
default_config = {
root_dir = [[util.root_pattern '.git']],
},
},
}