From aa1c59adc3613c816d25c370d1364fb5ec9d162d Mon Sep 17 00:00:00 2001 From: fm39hz-laptop Date: Mon, 24 Jun 2024 15:21:24 +0700 Subject: [PATCH] chore: use opts instead of config --- lua/plugins/file-management.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/file-management.lua b/lua/plugins/file-management.lua index 4458a04..0fe7260 100644 --- a/lua/plugins/file-management.lua +++ b/lua/plugins/file-management.lua @@ -48,7 +48,7 @@ return { { "tris203/precognition.nvim", cmd = "Precognition toggle", - config = { + opts = { startVisible = true, showBlankVirtLine = false, },