Skip to content

Commit d5a31b3

Browse files
doc: Add missing comma in README.md (#152)
It looks like there is a missing comma in the README regarding the lazy.nvim installation.
1 parent ad447b4 commit d5a31b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
```lua
8181
{
8282
"nvim-neotest/neotest",
83-
ft = "java"
83+
ft = "java",
8484
dependencies = {
8585
"rcasia/neotest-java",
8686
},

0 commit comments

Comments
 (0)