fix: ensure single quotes are used consistently across configuration files
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
|
||||
return {
|
||||
{ -- Auto-save
|
||||
"okuuva/auto-save.nvim",
|
||||
cmd = require("data.cmd").autosave,
|
||||
event = { "InsertLeave", "TextChanged" },
|
||||
opts = require("data.types").autosave,
|
||||
cond = require("data.cond").autosave,
|
||||
'okuuva/auto-save.nvim',
|
||||
cmd = require('data.cmd').autosave,
|
||||
event = { 'InsertLeave', 'TextChanged' },
|
||||
opts = require('data.types').autosave,
|
||||
cond = require('data.cond').autosave,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user