aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/please.lua
blob: 9d16500160dc84ffd472d5a1519e55fc1952d93e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
---@brief
---
---https://github.com/thought-machine/please
--
-- High-performance extensible build system for reproducible multi-language builds.
--
-- The `plz` binary will automatically install the LSP for you on first run
return {
  cmd = { 'plz', 'tool', 'lps' },
  filetypes = { 'bzl' },
  root_markers = { '.plzconfig' },
}