diff options
author | Chris <[email protected]> | 2020-05-13 22:26:34 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-05-13 22:26:34 -0400 |
commit | da3ad3b8934f55d299482b8010a0cae3ac995722 (patch) | |
tree | e3c7a3de06b1422f28e018a2f15dd7ae4b803bcb /utils/install.sh | |
parent | 813f890b1daa037f9589661778b72c2126631a36 (diff) |
make sure to install basic coc extensions
Diffstat (limited to 'utils/install.sh')
-rwxr-xr-x | utils/install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/install.sh b/utils/install.sh index 59ada52c..8a0788ed 100755 --- a/utils/install.sh +++ b/utils/install.sh @@ -153,6 +153,8 @@ cloneconfig # install plugins which nvim > /dev/null && installplugins +installcocextensions + echo "I recommend you also install and activate a font from here: https://github.com/ryanoasis/nerd-fonts" echo "I also recommend you add 'set preview_images_method ueberzug' to ~/.config/ranger/rc.conf" |