We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
find_git_ancestor
1 parent 9bda20f commit 0b8165cCopy full SHA for 0b8165c
lua/lspconfig/server_configurations/drools_lsp.lua
@@ -37,7 +37,7 @@ end
37
return {
38
default_config = {
39
filetypes = { 'drools' },
40
- root_dir = util.find_git_ancestor(),
+ root_dir = util.find_git_ancestor,
41
single_file_support = true,
42
on_new_config = function(new_config)
43
new_config.cmd = get_cmd(new_config)
lua/lspconfig/server_configurations/mutt_ls.lua
@@ -4,7 +4,7 @@ return {
4
5
cmd = { 'mutt-language-server' },
6
filetypes = { 'muttrc', 'neomuttrc' },
7
8
9
settings = {},
10
},
0 commit comments