nvim-ts-context-commentstring icon indicating copy to clipboard operation
nvim-ts-context-commentstring copied to clipboard

Please do not create unnecessary global variables

Open litoj opened this issue 1 year ago • 0 comments

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.

litoj avatar Feb 01 '24 11:02 litoj