feat(nix): enable Vim clipboard integration

- Added `set clipboard=unnamedplus` to Vim configuration in `default.nix`.
- Enables seamless clipboard access between Vim and the system for improved usability.
This commit is contained in:
Harald Hoyer 2026-01-27 10:57:17 +01:00
parent bc6d70401e
commit c3bbcd9baa

View file

@ -36,6 +36,7 @@ in
set exrc set exrc
set secure set secure
syntax on syntax on
set clipboard=unnamedplus
" Restore cursor to last edit position " Restore cursor to last edit position
autocmd BufReadPost * autocmd BufReadPost *