Formatting

This commit is contained in:
Evie Litherland-Smith 2023-02-17 10:14:52 +00:00
parent b4b1ec8ff7
commit 0d22adf661

View file

@ -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")