We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee2e7d commit 03660b2Copy full SHA for 03660b2
lua/lspconfig/configs/structurizr_ls.lua
@@ -0,0 +1,15 @@
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
+ Language server for the Structurizr DSL (https://structurizr.com/dsl) written in Go.
13
+ ]],
14
15
+}
0 commit comments