Skip to content

shadyalfred/electric-quotes.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

electric-quotes.nvim

See https://www.gnu.org/software/emacs/manual/html_node/emacs/Quotation-Marks.html

electric_quotes.mp4

How it works

It automatically converts

This Into
`
``
'
''

Command

ElectricQuotesToggle is exposed, to enable and disable the plugin (it has to be enabled to work).

Installation

Lazy

{
  'shadyalfred/electric-quotes.nvim',
  dependencies = {
    'uga-rosa/utf8.nvim',
  },
  cmd = 'ElectricQuotesToggle',
}

Packer

use {
  'shadyalfred/electric-quotes.nvim',
  requires = {
    'uga-rosa/utf8.nvim',
  }
}

About

Neovim plugin that works like electric-quotes emacs mode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages