blob: 97ce300a0c16e2119965899ddc5de6484627d8e1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
---@brief
---
-- https://github.com/terror/just-lsp
--
-- `just-lsp` is an LSP for just built on top of the tree-sitter-just parser.
return {
cmd = { 'just-lsp' },
filetypes = { 'just' },
root_markers = { '.git' },
}
|