mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
[vim/YCMD] add installation for YouCompleteMeDaemon
This commit is contained in:
parent
90e0c90780
commit
094267f537
1 changed files with 2 additions and 1 deletions
|
@ -76,7 +76,8 @@
|
|||
},
|
||||
{
|
||||
"shell": [
|
||||
["git submodule update --init --jobs $(nproc) --recursive", "Installing submodules"]
|
||||
["git submodule update --init --jobs $(nproc) --recursive", "Installing submodules"],
|
||||
["cd vim/start/YouCompleteMe && python3 install.py --all"]
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue