We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e822694 + db37e23 commit 2317a61Copy full SHA for 2317a61
README.md
@@ -214,6 +214,12 @@ require('kommentary.config').configure_language('typescriptreact', {
214
})
215
```
216
217
+Note that currently the `'default'` language configuration
218
+[does not run](https://github.com/b3nj5m1n/kommentary/blob/main/lua/kommentary/config.lua#L316)
219
+`hook_function`, so explicit language configurations will need to be
220
+supplied as shown above. See
221
+[issue #19](https://github.com/JoosepAlviste/nvim-ts-context-commentstring/issues/19#issuecomment-916334428).
222
+
223
#### [`nvim-comment`](https://github.com/terrortylor/nvim-comment)
224
225
`nvim-comment` can easily be configured to trigger the `commentstring` updating
0 commit comments