-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Milestone
Description
I've add those creation:
{
'function',
'end',
cmap = false,
ft = { 'lua', 'typescript', 'javascript' },
newline = true,
space = true,
},
{
'if',
'end',
cmap = false,
ft = { 'lua', 'typescript', 'javascript' },
newline = true,
space = true,
},
{
'for',
'end',
cmap = false,
ft = { 'lua', 'typescript', 'javascript' },
newline = true,
space = true,
},
For test.lua
, the content is:
local function a()
end
Then if I input 'if' at the first line the 'end' will not be inserted automatically, and when I use back space, the 'if' and the 'end' of the funtion is removed ( input if then press back space once) :
nvim version: 0.11.0
ultimate-autopair.nvim version: 0.6
altermo
Metadata
Metadata
Assignees
Labels
No labels