feat(nvim): enable copying to system clipboard directly
This commit is contained in:
parent
7f2534a1fd
commit
9398844e54
@ -1,3 +1,4 @@
|
|||||||
-- Options are automatically loaded before lazy.nvim startup
|
-- 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
|
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
|
||||||
-- Add any additional options here
|
-- Add any additional options here
|
||||||
|
vim.opt.clipboard = "unnamedplus"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user