Plug 'angluca/adept.vim'
Plug 'girishji/vimcomplete'
Plug 'yegappan/lsp'aufiletypeadeptcallLspAddServer([#{
\ name: 'adeptls',
\ filetype: ['adept'],
\ path: 'adeptls',
\ args: ['--infrastructure', $HOME..'/SDK/Adepts/build/']
\ }])
ifhas("win32")
let$VIM=$HOME.'/vimfiles/'elselet$VIM=$HOME.'/.vim/'endifauFileTypeadeptlet$ADEPT=$HOME.'/SDK/Adept/build/import'auFileTypeadeptsetltags+=$VIM/bundle/Adept.vim/tags/adept.tagsauFileTypeadeptsetldict+=$VIM/bundle/Adept.vim/tags/adept.dictauFileTypeadeptsetldict+=$VIM/bundle/Adept.vim/tags/adept.base.dictYou can install vimcomplete and setting for autocomple
quickly building use :make