feat: move :Reveal to a plugin

This commit is contained in:
Garrett Dawson 2023-04-16 01:23:30 -06:00
parent 48db037cfc
commit 7e978b24fc
3 changed files with 31 additions and 28 deletions

View file

@ -183,7 +183,11 @@ require('lazy').setup({
-- An additional note is that if you only copied in the `init.lua`, you can just comment this line
-- to get rid of the warning telling you that there are not plugins in `lua/custom/plugins/`.
{ import = 'custom.plugins' },
}, {})
}, {
dev = {
path = "~/repos",
}
})
-- [[ Setting options ]]
-- See `:help vim.o`