diff options
author | Mateja <mail@matejamaric.com> | 2021-03-04 16:42:45 +0100 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-03-04 16:42:45 +0100 |
commit | 09b0ec71a69f9659ddb2c8f7d10b91295fb5afd3 (patch) | |
tree | b3caa9ceacff101c694939ab9bd514d2d14fd611 /setup.sh | |
parent | 73e1878fdaf44776aadef5d710f0fd2ac1edc047 (diff) | |
download | setup-scripts-09b0ec71a69f9659ddb2c8f7d10b91295fb5afd3.tar.gz setup-scripts-09b0ec71a69f9659ddb2c8f7d10b91295fb5afd3.zip |
Adding shared clipboard support for NeoVim.
Diffstat (limited to 'setup.sh')
-rwxr-xr-x | setup.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |