3719e04

Results 8 comments of 3719e04

Do you have `JoosepAlviste/nvim-ts-context-commentstring` installed? The following lines in that plugin's instruction will mess up with `prefer_single_line_comments` ```lua single_line_comment_string = 'auto', multi_line_comment_strings = 'auto', ```

Yes I do get expected results. I have the following configurations (in Lua) ```lua require('kommentary.config').configure_language('default', { prefer_single_line_comments = true, use_consistent_indentation = true, ignore_whitespace = true, -- JoosepAlviste/nvim-ts-context-commentstring hook_function = function()...

Added zap stanza for hstracker on #92899, for netnewswire on #92901, for zotero on #92906.

@muneebmahmed added zap stanza for the cask `cmake` on #88809, but it was not cheked off the list.

Added zap stanza for `gpodder` on #93240.

> Maybe worth synchronising the documentation with [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig/wiki/Snippets#nvim-cmp-and-luasnip): on their wiki you can still find `update_capabilities(...)` instead of the new function; moreover, in their docs, it was mentioned somewhere (I...

I can add a few lines to filter out those generic tags. It’s up to the maintainers, so feel free to close this issue.

Got it. I'll start working on the GitHub Actions part.