From b41998828df5fb601c0e068b00e4794f1ec95294 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 28 Aug 2022 12:43:50 +0800 Subject: refactor a bit 1. change theme to colorscheme 2. update plugin load logic --- core/plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/plugins.vim') diff --git a/core/plugins.vim b/core/plugins.vim index fd4a6a8..1a1cd65 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -1,7 +1,7 @@ scriptencoding utf-8 " Plugin specification and lua stuff -lua require('lua-init') +lua require('plugins') " Use short names for common plugin manager commands to simplify typing. " To use these shortcuts: first activate command line with `:`, then input the -- cgit v1.2.3