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