diff options
| author | jdhao <jdhao@hotmail.com> | 2021-04-14 02:14:35 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-04-14 02:14:35 +0800 |
| commit | 20619c8c8ebdc81ba62c27b0247adeed269184f4 (patch) | |
| tree | 6d093cd3af07fa627e53e28881abcb757c9af086 /core/plugins.vim | |
| parent | b8329b969806c153169a82549742995421ffbb06 (diff) | |
Tweak lua stuff
Diffstat (limited to 'core/plugins.vim')
| -rw-r--r-- | core/plugins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index 2e50435..cb72594 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -312,7 +312,7 @@ call utils#Cabbrev('pc', 'PlugClean') "}} "{{ Auto-completion related -lua require('lsp') +lua require('entrance') """""""""""""""""""""""""UltiSnips settings""""""""""""""""""" " Trigger configuration. Do not use <tab> if you use YouCompleteMe |
