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:
parent
bc6d70401e
commit
c3bbcd9baa
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ in
|
|||
set exrc
|
||||
set secure
|
||||
syntax on
|
||||
set clipboard=unnamedplus
|
||||
|
||||
" Restore cursor to last edit position
|
||||
autocmd BufReadPost *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue