From 708649e6a4fcf85b168fd072164fe4158272a7db Mon Sep 17 00:00:00 2001 From: afranco Date: Tue, 16 May 2023 01:48:24 +0100 Subject: [PATCH] chore: just fixing some stuff 2 --- .config/nvim/lua/plugins/lazy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/plugins/lazy.lua b/.config/nvim/lua/plugins/lazy.lua index 2a21571..69e1364 100644 --- a/.config/nvim/lua/plugins/lazy.lua +++ b/.config/nvim/lua/plugins/lazy.lua @@ -155,7 +155,7 @@ lazy.setup({ opts = { load = { ["core.defaults"] = {}, -- Loads default behaviour - ["core.norg.concealer"] = {} -- Adds pretty icons to your documents + ["core.concealer"] = {} -- Adds pretty icons to your documents }, }, dependencies = { { "nvim-lua/plenary.nvim" } },