added system clipboard access

ght
This commit is contained in:
Stefan Etringer 2025-09-10 08:16:21 +00:00
parent 65b7ffd3c3
commit af17018901
1 changed files with 3 additions and 0 deletions

View File

@ -2,4 +2,7 @@ vim.cmd([[
set runtimepath^=$HOME/.vim runtimepath+=$HOME/.vim/after set runtimepath^=$HOME/.vim runtimepath+=$HOME/.vim/after
let &packpath=&runtimepath let &packpath=&runtimepath
source $HOME/.vimrc source $HOME/.vimrc
set clipboard+=unnamedplus
]]) ]])
vim.o.termguicolors = true -- Enable 24-bit RGB colors