From 0b8d7cdf857cd87783957e8ea06a2c3c2fcbc060 Mon Sep 17 00:00:00 2001 From: asep komarudin Date: Mon, 6 Mar 2023 13:28:15 +0700 Subject: [PATCH] dashboard --- lua/custom/dashboard.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/dashboard.lua b/lua/custom/dashboard.lua index 4a4c033..d57e52d 100644 --- a/lua/custom/dashboard.lua +++ b/lua/custom/dashboard.lua @@ -22,4 +22,4 @@ -- 1 startify model -- 2 dashboard model -vim.g.pcode_model = 1 -- isi dengan 1 atau 2 untuk model dashboard +vim.g.pcode_model = 2 -- isi dengan 1 atau 2 untuk model dashboard