[nvim] Add ycm compile script
This commit is contained in:
9
compile_ycm.sh
Normal file
9
compile_ycm.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#! /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
|
||||
Reference in New Issue
Block a user