use wayland clipboard

This commit is contained in:
deneb 2025-03-24 21:26:29 +01:00
parent efed310e97
commit 2dda5b3f0a

View file

@ -6,6 +6,7 @@ vim.o.autoindent = true
vim.o.smartindent = true
vim.o.number = true
vim.o.mouse = 'a'
vim.o.clipboard = 'unnamedplus'
-- this is default in neovim
-- vim.cmd('filetype plugin indent on')
-- vim.cmd('syntax on')