diff options
| author | Michael Lingelbach <m.j.lbach@gmail.com> | 2021-03-19 22:00:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-19 22:00:11 -0700 |
| commit | 9176d9be8b6684a6f8a21fcfb1a74df23ffc1891 (patch) | |
| tree | a58f1d45cff121d5bd3988cea0d7be01de741738 /lua | |
| parent | [docgen] Update CONFIG.md (diff) | |
| parent | godot: fix docgen for root_dir (diff) | |
| download | nvim-lspconfig-9176d9be8b6684a6f8a21fcfb1a74df23ffc1891.tar nvim-lspconfig-9176d9be8b6684a6f8a21fcfb1a74df23ffc1891.tar.gz nvim-lspconfig-9176d9be8b6684a6f8a21fcfb1a74df23ffc1891.tar.bz2 nvim-lspconfig-9176d9be8b6684a6f8a21fcfb1a74df23ffc1891.tar.lz nvim-lspconfig-9176d9be8b6684a6f8a21fcfb1a74df23ffc1891.tar.xz nvim-lspconfig-9176d9be8b6684a6f8a21fcfb1a74df23ffc1891.tar.zst nvim-lspconfig-9176d9be8b6684a6f8a21fcfb1a74df23ffc1891.zip | |
Merge pull request #786 from mjlbach/fix_godot_docs
godot: fix docgen for root_dir
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/gdscript.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/gdscript.lua b/lua/lspconfig/gdscript.lua index ecd3288f..2fe0699f 100644 --- a/lua/lspconfig/gdscript.lua +++ b/lua/lspconfig/gdscript.lua @@ -14,7 +14,7 @@ https://github.com/godotengine/godot Language server for GDScript, used by Godot Engine. ]]; default_config = { - root_dir = util.root_pattern("project.godot", ".git"); + root_dir = [[util.root_pattern("project.godot", ".git")]]; }; }; }; |
