This commit is contained in:
Ben Kyd
2023-04-04 21:05:45 +01:00
parent bbea021999
commit 7e32fc2f93
4 changed files with 3 additions and 29 deletions

View File

@@ -1,4 +1,3 @@
vim.opt.clipboard = "unnamedplus"
-- ================= Holy leader key ================= --
@@ -12,6 +11,8 @@ vim.bo.swapfile = false
vim.o.backup = false
vim.o.writebackup = false
vim.o.autoread = true -- auto file change detection
-- clipboard
vim.opt.clipboard = "unnamedplus"
-- autocmds are currently not supported by nvim (0.5 nighlty)
vim.api.nvim_command([[