From 92a3580b737c6935ad36f710eb757ff8375acff8 Mon Sep 17 00:00:00 2001 From: geremia Date: Thu, 1 Feb 2024 21:43:32 +0100 Subject: [PATCH] missing comma --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 833cd633..a8d919bb 100644 --- a/init.lua +++ b/init.lua @@ -564,7 +564,7 @@ require('mason-lspconfig').setup() -- define the property 'filetypes' to the map in question. local servers = { rust_analyzer = { - filetypes = { "rust" } + filetypes = { 'rust' }, }, lua_ls = {