Skip to content

Commit

Permalink
adding structurizr
Browse files Browse the repository at this point in the history
  • Loading branch information
Krisztian Papp committed Jan 20, 2025
1 parent 9ee2e7d commit 8f65ad2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions lua/lspconfig/configs/structurizr_ls.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
local util = require 'lspconfig.util'

return {
default_config = {
cmd = { 'structurizr-lsp' },
filetypes = { 'structurizr' },
root_dir = util.root_pattern('.dsl', '.git'),
},
docs = {
description = [[
https://github.com/tacsiazuma/structurizr-lsp
]],
},
}

0 comments on commit 8f65ad2

Please sign in to comment.