From 0348db0e37870e9e4436b764fd7dfe805fb15237 Mon Sep 17 00:00:00 2001 From: fm39hz-workstation Date: Mon, 13 May 2024 12:48:14 +0700 Subject: [PATCH] chore: remove lazy loading --- lua/plugins/comment.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/plugins/comment.lua b/lua/plugins/comment.lua index c2a6ac4..ea202e1 100644 --- a/lua/plugins/comment.lua +++ b/lua/plugins/comment.lua @@ -1,5 +1,4 @@ return { "numToStr/Comment.nvim", opts = {}, - lazy = false, }