10 lines
179 B
Bash
10 lines
179 B
Bash
#! /bin/sh
|
|
#
|
|
# compile_ycm.sh
|
|
# Copyright (C) 2024 ising <ising@mac-nurmi>
|
|
#
|
|
# Distributed under terms of the MIT license.
|
|
#
|
|
|
|
python3 ~/.local/share/nvim/plugged/install.py --all
|