aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lsp/please.lua
blob: 1d25c44510e4ccc15d9f3fc01ccea08126dc6de1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---@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

---@type vim.lsp.Config
return {
  cmd = { 'plz', 'tool', 'lps' },
  filetypes = { 'bzl' },
  root_markers = { '.plzconfig' },
}