[nvim] Use OSC52

This commit is contained in:
Fabian Ising
2025-05-08 08:49:52 +02:00
parent 10f7c19e1d
commit 4245e17133
2 changed files with 5 additions and 1 deletions

View File

@@ -196,6 +196,9 @@ nmap <Leader>t :call TextWrapToggle()<CR>
"augroup END "augroup END
"Copying "Copying
lua << EOF
vim.g.clipboard = 'osc52'
EOF
set clipboard=unnamedplus,unnamed " Copy/Paste set clipboard=unnamedplus,unnamed " Copy/Paste
" Airline " Airline

View File

@@ -9,7 +9,8 @@ shopt -s nullglob
sudo apt -y update sudo apt -y update
sudo apt -y dist-upgrade sudo apt -y dist-upgrade
sudo apt -y install curl neovim zsh tmux virtualenvwrapper powerline fonts-powerline python3 python3-pip python3-pynvim sudo apt -y install curl zsh tmux virtualenvwrapper powerline fonts-powerline python3 python3-pip python3-pynvim
sudo snap install --classic nvim
./clone_and_link.sh; true ./clone_and_link.sh; true
if [ $SHELL != "/bin/zsh" ]; then if [ $SHELL != "/bin/zsh" ]; then
chsh -s /usr/bin/zsh; chsh -s /usr/bin/zsh;