add system clipboard

This commit is contained in:
2025-05-13 23:37:26 +00:00
parent 909b97d4cf
commit e6a1641726

View File

@@ -1,5 +1,6 @@
require("config.lazy")
vim.opt.clipboard = 'unnamedplus'
vim.opt.expandtab = false
vim.opt.tabstop = 4
vim.opt.shiftwidth = 4