Skip to content

Commit 8f65ad2

Browse files
author
Krisztian Papp
committed
adding structurizr
1 parent 9ee2e7d commit 8f65ad2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
local util = require 'lspconfig.util'
2+
3+
return {
4+
default_config = {
5+
cmd = { 'structurizr-lsp' },
6+
filetypes = { 'structurizr' },
7+
root_dir = util.root_pattern('.dsl', '.git'),
8+
},
9+
docs = {
10+
description = [[
11+
https://github.com/tacsiazuma/structurizr-lsp
12+
]],
13+
},
14+
}

0 commit comments

Comments
 (0)