Update nimsuggest.nim

This commit is contained in:
ringabout
2024-06-18 22:46:59 +08:00
committed by GitHub
parent d9b1477b81
commit 6789859503

View File

@@ -119,7 +119,7 @@ const
"type 'terse' to toggle terse mode on/off"
#List of currently supported capabilities. So lang servers/ides can iterate over and check for what's enabled
Capabilities = [
"con" #current NimSuggest supports the `con` commmand,
"con", #current NimSuggest supports the `con` commmand
"unknownFile", #current NimSuggest can handle unknown files
]