missing comma
This commit is contained in:
parent
8dfabe4895
commit
92a3580b73
1 changed files with 1 additions and 1 deletions
2
init.lua
2
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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue