diff --git a/vim/.vim/lua/plugins.lua b/vim/.vim/lua/plugins.lua index e216e6a..0121a30 100644 --- a/vim/.vim/lua/plugins.lua +++ b/vim/.vim/lua/plugins.lua @@ -11,7 +11,7 @@ if not vim.loop.fs_stat(lazypath) then }) end 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 vim.g.mapleader = "," -- Make sure to set `mapleader` before lazy so your mappings are correct