mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 06:55:26 +02:00
13 lines
172 B
TOML
13 lines
172 B
TOML
version = 1
|
|
|
|
[[analyzers]]
|
|
name = "go"
|
|
|
|
[analyzers.meta]
|
|
import_root = "github.com/Myzel394/config-lsp"
|
|
|
|
[[analyzers]]
|
|
name = "javascript"
|
|
|
|
[[analyzers]]
|
|
name = "shell" |