aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/buck2.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/buck2.lua')
-rw-r--r--lsp/buck2.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/buck2.lua b/lsp/buck2.lua
index 8c64746e..94686a24 100644
--- a/lsp/buck2.lua
+++ b/lsp/buck2.lua
@@ -9,6 +9,7 @@
--- ```
--- vim.cmd [[ autocmd BufRead,BufNewFile *.bxl,BUCK,TARGETS set filetype=bzl ]]
--- ```
+---@type vim.lsp.Config
return {
cmd = { 'buck2', 'lsp' },
filetypes = { 'bzl' },