fix shared clipboard with os

This commit is contained in:
Nick Burt 2024-02-05 11:18:03 -06:00
parent 99d78205e1
commit 152611874a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ vim.opt.mouse = ''
-- FIX: shared clipboard not working -- FIX: shared clipboard not working
-- Sync clipboard between OS and Neovim. -- Sync clipboard between OS and Neovim.
vim.opt.clipboard = 'unnamedplus' vim.opt.clipboard = 'unnamed,unnamedplus'
-- Enable spell check -- Enable spell check
vim.opt.spell = true vim.opt.spell = true