I have neovim 0.9.1, nvim-treesitter with the javascript parser installed, and the following lines to enable the plugin with packer:
use({
'axelvc/template-string.nvim',
config = function()
require('template-string').setup()
end,
})
When I open a .js file and I try to reproduce the example from the README, the quotes don't get changed into backticks.
I have neovim 0.9.1, nvim-treesitter with the javascript parser installed, and the following lines to enable the plugin with packer:
When I open a .js file and I try to reproduce the example from the README, the quotes don't get changed into backticks.