https://github.com/vim/vim-win32-installer/releases
- Vim >= 8.2 X64
- python3 >= 3.8.0 X64
- node >= 13.14 X64
- npm >= 6.14.4
- cmake >= 3.18.2 X64
" manual install npm install
Plugin 'ternjs/tern_for_vim'
" manual install make js
Plugin 'maralla/completor.vim'
git clone https://github.com/ycm-core/YouCompleteMe
- 安装 Visual Studio 2017+, 勾选 通用Windows平台开发(Desktop development with C++)
- 如果提示空目录,需要删除YouCompleteMe\third_party\ycmd\third_party\tsserver目录
- 编译如下即可
python install.py --clang-completer --ts-completer --msvc 15
- [必须]将 libclang.dll 复制一份到
YouCompleteMe/third_party/ycmd/third_party/clang/lib/下面 - 安装
tsserver
cd ./vimfiles/bundle/vetur
yarn
yarn compile