This commit is contained in:
Christian Nieves
2024-12-19 23:24:13 +00:00
parent 664c555107
commit 7942d2083c
4 changed files with 260 additions and 139 deletions

View File

@ -13,7 +13,6 @@ end
vim.opt.rtp:prepend(lazypath)
vim.opt.rtp:prepend(vim.env.HOME .. "/.vim")
vim.opt.rtp:prepend(vim.env.HOME .. "/.vim/lua")
vim.opt.rtp:prepend(vim.env.HOME .. "/.vim/lua")
package.path = package.path .. ";" .. vim.env.HOME .. "/.vim/lua/?.lua"