nvim-ts-context-commentstring
nvim-ts-context-commentstring copied to clipboard
Please do not create unnecessary global variables
The context_commentstring global is only needed if vim_commentary is used. It would be nice, if the global function was defined in that module, being lazyloaded only if vim_commentary is being used, instead of always being present in the global namespace.