aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-03-04 16:42:45 +0100
committerMateja <mail@matejamaric.com>2021-03-04 16:42:45 +0100
commit09b0ec71a69f9659ddb2c8f7d10b91295fb5afd3 (patch)
treeb3caa9ceacff101c694939ab9bd514d2d14fd611
parent73e1878fdaf44776aadef5d710f0fd2ac1edc047 (diff)
downloadsetup-scripts-09b0ec71a69f9659ddb2c8f7d10b91295fb5afd3.tar.gz
setup-scripts-09b0ec71a69f9659ddb2c8f7d10b91295fb5afd3.zip
Adding shared clipboard support for NeoVim.
-rwxr-xr-xsetup.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index 9e08a4e..78dd3ce 100755
--- a/setup.sh
+++ b/setup.sh
@@ -222,6 +222,9 @@ then
pip3 install pynvim
sudo npm install -g neovim
+ # Adding shared clipboard support.
+ sudo apt install -y xsel
+
echo "Installing phpactor..."
cd $HOME/programs
git clone https://github.com/phpactor/phpactor