feat: move :Reveal to a plugin
This commit is contained in:
parent
c93c7bb1de
commit
009941b07d
3 changed files with 31 additions and 28 deletions
6
init.lua
6
init.lua
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue