This plugin provides a set of code actions (through null-ls) to quickly switch string quotes.
Install with lazy
{ 'fmillone/string-quotes.nvim' }
Default config
{
'fmillone/string-quotes.nvim',
opts = {
disabled= false,
filetypes = { "html", "typescript", "javascript", "typescriptreact", "javascriptreact", "lua" }
}
}