From f4fef355efa3c5d0813512480ee7b2c050b09fe4 Mon Sep 17 00:00:00 2001 From: glepnir Date: Sat, 21 Sep 2024 21:33:36 +0800 Subject: fix(c3): fix typo of pattern (#3311) --- lua/lspconfig/server_configurations/c3_lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/lspconfig/server_configurations/c3_lsp.lua b/lua/lspconfig/server_configurations/c3_lsp.lua index e1d84aa4..ca4ec49c 100644 --- a/lua/lspconfig/server_configurations/c3_lsp.lua +++ b/lua/lspconfig/server_configurations/c3_lsp.lua @@ -4,7 +4,7 @@ return { default_config = { cmd = { 'c3lsp' }, root_dir = function(fname) - return util.root_patttern { 'project.json', 'manifest.json', '.git' }(fname) + return util.root_pattern { 'project.json', 'manifest.json', '.git' }(fname) end, filetypes = { 'c3', 'c3i' }, }, -- cgit v1.2.3-70-g09d2