doc(readme): update config example (#33)

remove comma causing error.
This commit is contained in:
premell 2021-08-20 23:52:16 +02:00 committed by GitHub
parent 459041fb42
commit f32d417831
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ This plugin uses `sql.nvim` to perform the database transactions.
use {
"nvim-telescope/telescope-frecency.nvim",
config = function()
require"telescope".load_extension("frecency"),
require"telescope".load_extension("frecency")
requires = {"tami5/sql.nvim"}
end
}