Enable clipboard in lvim

This commit is contained in:
2021-09-23 17:02:20 -04:00
parent 025a9eb5bd
commit 7ea0070a5f
+1
View File
@@ -12,6 +12,7 @@ an executable
lvim.log.level = "warn" lvim.log.level = "warn"
lvim.format_on_save = true lvim.format_on_save = true
lvim.colorscheme = "onedarker" lvim.colorscheme = "onedarker"
vim.opt.clipboard = "unnamedplus"
-- keymappings [view all the defaults by pressing <leader>Lk] -- keymappings [view all the defaults by pressing <leader>Lk]
lvim.leader = "space" lvim.leader = "space"