vim: Fix completion

This commit is contained in:
2017-09-09 14:38:18 +02:00
parent c55b5ee980
commit 74ff101fac

View File

@@ -262,3 +262,5 @@ endfunction
autocmd BufWritePre * :call DeleteTrailingWS()
autocmd FileType yaml set shiftwidth=2
set completeopt-=preview
let g:ycm_add_preview_to_completeopt = 0