feat(nvim): enable copying to system clipboard directly

This commit is contained in:
yeti 2025-05-14 10:04:12 +01:00
parent 7f2534a1fd
commit 9398844e54

View File

@ -1,3 +1,4 @@
-- Options are automatically loaded before lazy.nvim startup
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
-- Add any additional options here
vim.opt.clipboard = "unnamedplus"