This commit is contained in:
Christian Nieves
2023-05-10 12:54:10 -05:00
parent def1f00828
commit 44a0a63d0b

View File

@ -11,7 +11,7 @@ if not vim.loop.fs_stat(lazypath) then
}) })
end end
vim.opt.rtp:prepend(lazypath) vim.opt.rtp:prepend(lazypath)
vim.opt.rtp:prepend("$HOME/.vim/lua") package.path = package.path .. vim.fn.expand(";$HOME/.vim/lua/?.lua")
-- Example using a list of specs with the default options -- Example using a list of specs with the default options
vim.g.mapleader = "," -- Make sure to set `mapleader` before lazy so your mappings are correct vim.g.mapleader = "," -- Make sure to set `mapleader` before lazy so your mappings are correct