aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/please.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/please.lua')
-rw-r--r--lsp/please.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/lsp/please.lua b/lsp/please.lua
new file mode 100644
index 00000000..9d165001
--- /dev/null
+++ b/lsp/please.lua
@@ -0,0 +1,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' },
+}