mirror of
https://github.com/gosticks/bookmarks.nvim.git
synced 2025-10-16 11:55:38 +00:00
parent
3079ab9a53
commit
37de7fbc19
@ -45,6 +45,10 @@ M.schema = {
|
||||
},
|
||||
}
|
||||
|
||||
local warn = function(s, ...)
|
||||
vim.notify(s:format(...), vim.log.levels.WARN, { title = 'bookmarks' })
|
||||
end
|
||||
|
||||
local function validate_config(config)
|
||||
for k, v in pairs(config) do
|
||||
local kschema = M.schema[k]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user