summaryrefslogtreecommitdiff
path: root/mut
diff options
context:
space:
mode:
Diffstat (limited to 'mut')
-rw-r--r--mut/neovim/fnl/conf/init.fnl2
-rw-r--r--mut/neovim/fnl/conf/settings.fnl1
2 files changed, 2 insertions, 1 deletions
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)