aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-10-22 22:06:53 +0800
committerjdhao <jdhao@hotmail.com>2021-10-22 22:06:53 +0800
commitf528aa216c10788c11d2b894b3295a50557a9b0a (patch)
tree246b55169edfca227e93343c81353d0bb717fe82 /core
parent8ff1e683aa6c0af5f6c0f62072f1fac03dee6f5d (diff)
change how lua conf is invoked
Diffstat (limited to 'core')
-rw-r--r--core/plugins.vim6
1 files changed, 2 insertions, 4 deletions
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 <tab> if you use YouCompleteMe
let g:UltiSnipsExpandTrigger='<c-j>'