FINALLY!
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user