mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
change how lua conf is invoked
This commit is contained in:
@@ -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>'
|
||||
|
||||
Reference in New Issue
Block a user