Skip to content

Commit

Permalink
fix(): missing comma in Lua config (#1)
Browse files Browse the repository at this point in the history
The missing comma causes the error `E5107: Error loading lua [string ":lua"]:15: '}' expected (to close '{' at line 4) near 'lsp'` when opening neovim.
  • Loading branch information
muzaffar-omer committed Jan 23, 2021
1 parent d1cafba commit 38d9eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -41,7 +41,7 @@ require("flutter-tools").setup {
},
outline = {
open_cmd = "30vnew",
}
},
lsp = {
on_attach = my_custom_on_attach,
capabilities = my_custom_capabilities -- e.g. lsp_status capabilities
Expand Down

0 comments on commit 38d9eab

Please sign in to comment.