From c0238649f230ca7b43d62790daea2bad98e4fb1e Mon Sep 17 00:00:00 2001 From: liepieshov Date: Wed, 29 Nov 2023 15:54:04 +0000 Subject: [PATCH] feat(hydra_lsp): single file support --- lua/lspconfig/server_configurations/hydra_lsp.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lspconfig/server_configurations/hydra_lsp.lua b/lua/lspconfig/server_configurations/hydra_lsp.lua index 8353a5a8d7..e162ebe29a 100644 --- a/lua/lspconfig/server_configurations/hydra_lsp.lua +++ b/lua/lspconfig/server_configurations/hydra_lsp.lua @@ -5,6 +5,7 @@ return { cmd = { 'hydra-lsp' }, filetypes = { 'yaml' }, root_dir = util.root_pattern '.git', + single_file_support = true, }, docs = { description = [[