Files
dotfiles/.config/nvim/lua/templates/clipboard/local-clipboard.lua

4 lines
165 B
Lua

-- clipboard.lua will be edited by the bash command
-- it will be replaced with one of the files from templates/clipboard/ directory
vim.o.clipboard = "unnamedplus"