mirror of
https://github.com/zoriya/auto-save.nvim.git
synced 2026-08-09 23:58:39 +00:00
fix: use object as config handler
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
local M = {}
|
||||
|
||||
local cnf = require("auto-save.config").options
|
||||
local cnf = require("auto-save.config").opts
|
||||
|
||||
function M.set_of(list)
|
||||
local set = {}
|
||||
|
||||
Reference in New Issue
Block a user