From 65e0c68541dc5b151f0a3caf372d03a246ec1680 Mon Sep 17 00:00:00 2001 From: Taken Date: Fri, 22 Sep 2023 22:55:19 +0200 Subject: [PATCH] Typo fix Signed-off-by: Taken --- lua/taken/plugins/otherplugins.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/taken/plugins/otherplugins.lua b/lua/taken/plugins/otherplugins.lua index f0a6437..8e99a80 100644 --- a/lua/taken/plugins/otherplugins.lua +++ b/lua/taken/plugins/otherplugins.lua @@ -87,12 +87,12 @@ return { { "Djancyp/outline", dependencies = { "nvim-tree/nvim-web-devicons" }, - config = { + config = function() local outline = require("outline") outline.setup({}) vim.keymap.set("n", "bb", "BSOpen", { silent = true }) - } + end, }, }