diff options
Diffstat (limited to 'core/plugins.vim')
| -rw-r--r-- | core/plugins.vim | 6 |
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>' |
