Remove clipboard

This commit is contained in:
Christian Nieves
2023-10-11 22:02:46 +00:00
parent 2f7cb6f197
commit 41717501ec
4 changed files with 17 additions and 11 deletions

View File

@ -13,4 +13,6 @@ vim.opt.rtp:prepend(lazypath)
package.path = package.path .. ";" .. vim.env.HOME .. "/.vim/lua/?.lua"
require("config.clipboard")
require("lazy").setup("plugins")