Jake Elder

Results 3 comments of Jake Elder

Thank you for the reply @andywer - this results in a similar error as in my post. If I'm correct, that would make `TypedEmitter` as the final generic argument ``...

@mattn Thank you for writing this plugin - it's been very reliable and useful to me for years `styled-components` is a CSS in JS library that uses [Tagged Template Literals](https://codeburst.io/javascript-es6-tagged-template-literals-a45c26e54761)...

For me this seems to be the minimal config to get this working `Neovim v0.8.3` ```lua vim.g.closetag_filetypes = 'html,js,typescriptreact' vim.g.closetag_emptyTags_caseSensitive = 1 vim.g.closetag_regions = { ['typescript.tsx'] = 'jsxRegion,tsxRegion', ['javascript.jsx'] =...