Skip to content

Can't get the plugin to work #15

@Rukkaitto

Description

@Rukkaitto

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions