add keymaps for autosave
This commit is contained in:
@@ -9,5 +9,6 @@ return {
|
|||||||
event = { 'InsertLeave', 'TextChanged' },
|
event = { 'InsertLeave', 'TextChanged' },
|
||||||
opts = require('data.types').autosave,
|
opts = require('data.types').autosave,
|
||||||
cond = require('data.cond').autosave,
|
cond = require('data.cond').autosave,
|
||||||
|
keys = require('data.keys').autosave,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user