Formatting
This commit is contained in:
parent
b4b1ec8ff7
commit
0d22adf661
|
@ -12,9 +12,7 @@ if not vim.loop.fs_stat(lazypath) then
|
||||||
end
|
end
|
||||||
vim.opt.rtp:prepend(lazypath)
|
vim.opt.rtp:prepend(lazypath)
|
||||||
|
|
||||||
require("lazy").setup({
|
require("lazy").setup(require("plugins"))
|
||||||
require("plugins"),
|
|
||||||
})
|
|
||||||
|
|
||||||
-- Set vim options
|
-- Set vim options
|
||||||
require("options")
|
require("options")
|
||||||
|
|
Loading…
Reference in a new issue