Add scriptencoding to completion.vim

This commit is contained in:
Donnie West 2019-10-18 10:49:05 -05:00
parent 5985f8bd63
commit 6637de46c2
No known key found for this signature in database
GPG Key ID: EDADD24E208C4B87

View File

@ -1,5 +1,6 @@
" Author: w0rp <devw0rp@gmail.com>
" Description: Completion support for LSP linters
scriptencoding utf-8
" The omnicompletion menu is shown through a special Plug mapping which is
" only valid in Insert mode. This way, feedkeys() won't send these keys if you