From 3673889d5507ab99a3975220bbc6e475e3166630 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Tue, 9 Jan 2024 17:28:27 +0100 Subject: [PATCH] [nvim] Add ycm compile script --- compile_ycm.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 compile_ycm.sh diff --git a/compile_ycm.sh b/compile_ycm.sh new file mode 100644 index 0000000..1d439a5 --- /dev/null +++ b/compile_ycm.sh @@ -0,0 +1,9 @@ +#! /bin/sh +# +# compile_ycm.sh +# Copyright (C) 2024 ising +# +# Distributed under terms of the MIT license. +# + +python3 ~/.local/share/nvim/plugged/install.py --all