aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lsp/just.lua
blob: a5db05828b755d3734fc3d4cd9971957c7dcf441 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---@brief
---
--- https://github.com/terror/just-lsp
---
--- `just-lsp` is an LSP for just built on top of the tree-sitter-just parser.

---@type vim.lsp.Config
return {
  cmd = { 'just-lsp' },
  filetypes = { 'just' },
  root_markers = { '.git' },
}