Skip to content

Commit

Permalink
[docgen] Update CONFIG.md
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions committed Aug 24, 2021
1 parent b3cf75d commit b8d1a5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONFIG.md
Expand Up @@ -1362,8 +1362,8 @@ require'lspconfig'.dotls.setup{}
Default Values:
cmd = { "dot-language-server", "--stdio" }
filetypes = { "dot" }
root_dir = function(filename)
return util.root_pattern(unpack(root_files))(filename) or util.path.dirname(filename)
root_dir = function(fname)
return util.root_pattern(unpack(root_files))(fname) or util.path.dirname(fname)
end,
```

Expand Down Expand Up @@ -4773,8 +4773,8 @@ require'lspconfig'.racket_langserver.setup{}
Default Values:
cmd = { "racket", "--lib", "racket-langserver" }
filetypes = { "racket", "scheme" }
root_dir = function(filename)
return util.root_pattern(unpack(root_files))(filename) or util.path.dirname(filename)
root_dir = function(fname)
return util.root_pattern(unpack(root_files))(fname) or util.path.dirname(fname)
end,
```

Expand Down

0 comments on commit b8d1a5a

Please sign in to comment.