Veil
This commit is contained in:
parent
c066f61cd5
commit
36c8f7a877
3 changed files with 18 additions and 0 deletions
14
lua/custom/plugins/veil.lua
Normal file
14
lua/custom/plugins/veil.lua
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
return {
|
||||
'willothy/veil.nvim',
|
||||
lazy = true,
|
||||
dependencies = {
|
||||
-- All optional, only required for the default setup.
|
||||
-- If you customize your config, these aren't necessary.
|
||||
"nvim-telescope/telescope.nvim",
|
||||
"nvim-lua/plenary.nvim",
|
||||
"nvim-telescope/telescope-file-browser.nvim"
|
||||
},
|
||||
config = true,
|
||||
-- or configure with:
|
||||
-- opts = { ... }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue