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