From fea49b3fb6b4d4a6b5a95c059d8e4afcb4ded5cb Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Sun, 25 Feb 2024 14:06:45 +0100 Subject: clipboard --- mut/neovim/fnl/conf/init.fnl | 2 ++ mut/neovim/fnl/conf/settings.fnl | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'mut') diff --git a/mut/neovim/fnl/conf/init.fnl b/mut/neovim/fnl/conf/init.fnl index 3475c52..53e82df 100644 --- a/mut/neovim/fnl/conf/init.fnl +++ b/mut/neovim/fnl/conf/init.fnl @@ -10,6 +10,8 @@ (require :conf.diagnostic) (require :conf.events) +(vim.opt.clipboard:append [:unnamedplus]) + (tset _G :P (lambda [...] (let [inspected (icollect [_ v (ipairs [...])] (vim.inspect v))] diff --git a/mut/neovim/fnl/conf/settings.fnl b/mut/neovim/fnl/conf/settings.fnl index 54a9959..bc01181 100644 --- a/mut/neovim/fnl/conf/settings.fnl +++ b/mut/neovim/fnl/conf/settings.fnl @@ -70,6 +70,5 @@ ; winbar "%=%m %f" winbar "" hlsearch off - clipboard "" showtabline 0 cmdheight 1) -- cgit v1.2.3