mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(angularls): formatting
This commit is contained in:
parent
7053d399fb
commit
9abb41a694
1 changed files with 1 additions and 2 deletions
|
|
@ -34,8 +34,7 @@ return {
|
|||
angularls = {
|
||||
-- Make sure it works for Nx workspaces as well
|
||||
root_dir = function(fname)
|
||||
return require("lspconfig.util").root_pattern("nx.json", "angular.json")(fname)
|
||||
or vim.loop.cwd()
|
||||
return require("lspconfig.util").root_pattern("nx.json", "angular.json")(fname) or vim.loop.cwd()
|
||||
end,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue