feat: move :Reveal to a plugin

This commit is contained in:
Garrett Dawson 2023-04-16 01:23:30 -06:00
parent c93c7bb1de
commit 009941b07d
3 changed files with 31 additions and 28 deletions

View file

@ -201,7 +201,11 @@ require('lazy').setup({
--
-- For additional information see: https://github.com/folke/lazy.nvim#-structuring-your-plugins
{ import = 'custom.plugins' },
}, {})
}, {
dev = {
path = "~/repos",
}
})
-- [[ Setting options ]]
-- See `:help vim.o`