Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 711 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 711 Bytes

.vim

cd && git clone --recurse-submodules https://github.com/Hritik14/.vim

And install plugin YouCompleteMe afterwards

Here's an example pacman hook for regular YCM updates:

[Trigger]
Operation = Upgrade
Operation = Install
Type = Package
Target = linux
Target = linux-lts

[Action]
Depends = vim
When = PostTransaction
Exec = /usr/bin/su - hritik -c "/usr/bin/python /home/hritik/.vim/pack/my_plugins/start/YouCompleteMe/install.py --go-completer --ts-completer --java-completer --system-libclang --clang-completer"

Requirements:

Vim >= 8

Screencast

asciicast

License

GPLv2 Author: Hritik V (@MrHritik)