missing comma

This commit is contained in:
geremia 2024-02-01 21:43:32 +01:00
parent 8dfabe4895
commit 92a3580b73
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {