Toggle between simple quotes and double quotes.
With packer.nvim:
use 'paul-louyot/toggle-quotes.nvim'
From the vim command line:
:ToggleQuotes
- Toggle also between backticks for these languages: Typescript, JavaScript, Markdown, Go, Svelte
This plugin takes inspiration from this VS Code plugin