aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/configs/luau_lsp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lspconfig/configs/luau_lsp.lua')
-rw-r--r--lua/lspconfig/configs/luau_lsp.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/lspconfig/configs/luau_lsp.lua b/lua/lspconfig/configs/luau_lsp.lua
index ac64544c..0579723d 100644
--- a/lua/lspconfig/configs/luau_lsp.lua
+++ b/lua/lspconfig/configs/luau_lsp.lua
@@ -21,8 +21,5 @@ You might also have to set up automatic filetype detection for Luau files, for e
autocmd BufRead,BufNewFile *.luau setf luau
```
]],
- default_config = {
- root_dir = [[root_pattern(".git")]],
- },
},
}