aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/configs/buck2.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lspconfig/configs/buck2.lua')
-rw-r--r--lua/lspconfig/configs/buck2.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/lspconfig/configs/buck2.lua b/lua/lspconfig/configs/buck2.lua
index 134a5627..0fac8cae 100644
--- a/lua/lspconfig/configs/buck2.lua
+++ b/lua/lspconfig/configs/buck2.lua
@@ -20,8 +20,5 @@ To better detect Buck2 project files, the following can be added:
vim.cmd [[ autocmd BufRead,BufNewFile *.bxl,BUCK,TARGETS set filetype=bzl ]]
```
]=],
- default_config = {
- root_dir = [[root_pattern(".buckconfig")]],
- },
},
}