From f528aa216c10788c11d2b894b3295a50557a9b0a Mon Sep 17 00:00:00 2001 From: jdhao Date: Fri, 22 Oct 2021 22:06:53 +0800 Subject: change how lua conf is invoked --- core/plugins.vim | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'core') diff --git a/core/plugins.vim b/core/plugins.vim index a43bdb9..487bacd 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -1,7 +1,7 @@ scriptencoding utf-8 -" Plugin installation -lua require 'plugins' +" Plugin specification and lua stuff +lua require('lua-init') "{ Plugin settings "{{ Vim-plug settings @@ -16,8 +16,6 @@ call utils#Cabbrev('ps', 'PackerSync') "}} "{{ Auto-completion related -lua require('entrance') - """""""""""""""""""""""""UltiSnips settings""""""""""""""""""" " Trigger configuration. Do not use if you use YouCompleteMe let g:UltiSnipsExpandTrigger='' -- cgit v1.2.3