Skip to content

Commit

Permalink
feat(hydra_lsp): single file support
Browse files Browse the repository at this point in the history
  • Loading branch information
liepieshov committed Nov 29, 2023
1 parent af4907c commit c023864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lspconfig/server_configurations/hydra_lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ return {
cmd = { 'hydra-lsp' },
filetypes = { 'yaml' },
root_dir = util.root_pattern '.git',
single_file_support = true,
},
docs = {
description = [[
Expand Down

0 comments on commit c023864

Please sign in to comment.