smart-pairs icon indicating copy to clipboard operation
smart-pairs copied to clipboard

Smart equal

Open bryant-the-coder opened this issue 3 years ago • 1 comments

This smart equal is shown below

local foo=require "foo"

but with smart equals it will be like this

local foo = require "foo"

bryant-the-coder avatar Feb 23 '22 11:02 bryant-the-coder

This smart equal can be disable and enable in the config file

bryant-the-coder avatar Feb 23 '22 11:02 bryant-the-coder