From 4009499042a1275943488e119a8e89a046a680ad Mon Sep 17 00:00:00 2001 From: Shatur95 Date: Thu, 20 Feb 2020 03:12:48 +0200 Subject: Fix review issues --- lua/nvim_lsp/gdscript.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lua/nvim_lsp/gdscript.lua') diff --git a/lua/nvim_lsp/gdscript.lua b/lua/nvim_lsp/gdscript.lua index 82917a27..0afa2213 100644 --- a/lua/nvim_lsp/gdscript.lua +++ b/lua/nvim_lsp/gdscript.lua @@ -9,8 +9,6 @@ configs.gdscript = { root_dir = util.root_pattern("project.godot", ".git"); log_level = lsp.protocol.MessageType.Warning; }; - -- on_new_config = function(new_config) end; - -- on_attach = function(client, bufnr) end; docs = { description = [[ https://github.com/godotengine/godot @@ -18,7 +16,7 @@ https://github.com/godotengine/godot Language server for GDScript, used by Godot Engine. ]]; default_config = { - root_dir = "vim's starting directory"; + root_dir = util.root_pattern("project.godot", ".git"); }; }; }; -- cgit v1.2.3-70-g09d2