Update home/.config/lvim/lua/user/plugins.lua
This commit is contained in:
parent
3054d3a784
commit
f19633159c
@ -54,6 +54,32 @@ M.setup = function()
|
|||||||
"nvim-telescope/telescope.nvim"
|
"nvim-telescope/telescope.nvim"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
{
|
||||||
|
'xvzc/chezmoi.nvim',
|
||||||
|
dependencies = { 'nvim-lua/plenary.nvim' },
|
||||||
|
config = function()
|
||||||
|
require("chezmoi").setup {
|
||||||
|
-- your configurations
|
||||||
|
-- default values
|
||||||
|
{
|
||||||
|
edit = {
|
||||||
|
watch = false,
|
||||||
|
force = false,
|
||||||
|
},
|
||||||
|
notification = {
|
||||||
|
on_open = true,
|
||||||
|
on_apply = true,
|
||||||
|
on_watch = false,
|
||||||
|
},
|
||||||
|
telescope = {
|
||||||
|
select = { "<CR>" },
|
||||||
|
},
|
||||||
|
}
|
||||||
|
}
|
||||||
|
end
|
||||||
|
},
|
||||||
|
},
|
||||||
-- cmp addons
|
-- cmp addons
|
||||||
{
|
{
|
||||||
"tzachar/cmp-tabnine",
|
"tzachar/cmp-tabnine",
|
||||||
|
Loading…
Reference in New Issue
Block a user