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