missing comma
This commit is contained in:
parent
8dfabe4895
commit
92a3580b73
2
init.lua
2
init.lua
@ -564,7 +564,7 @@ require('mason-lspconfig').setup()
|
|||||||
-- define the property 'filetypes' to the map in question.
|
-- define the property 'filetypes' to the map in question.
|
||||||
local servers = {
|
local servers = {
|
||||||
rust_analyzer = {
|
rust_analyzer = {
|
||||||
filetypes = { "rust" }
|
filetypes = { 'rust' },
|
||||||
},
|
},
|
||||||
|
|
||||||
lua_ls = {
|
lua_ls = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user