From 1b2e85df6bf99eb62f504bb22496066b20a7c67c Mon Sep 17 00:00:00 2001 From: Andrej Benz Date: Sun, 1 Nov 2020 12:12:02 +0100 Subject: removed .git from doc Actual root_dir doesn't look for .git folder. --- lua/nvim_lsp/omnisharp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/nvim_lsp/omnisharp.lua b/lua/nvim_lsp/omnisharp.lua index 4d874952..49d2ce80 100644 --- a/lua/nvim_lsp/omnisharp.lua +++ b/lua/nvim_lsp/omnisharp.lua @@ -74,7 +74,7 @@ https://github.com/omnisharp/omnisharp-roslyn OmniSharp server based on Roslyn workspaces ]]; default_config = { - root_dir = [[root_pattern(".csproj", ".sln", ".git")]]; + root_dir = [[root_pattern(".csproj", ".sln")]]; }; }; } -- cgit v1.2.3-70-g09d2