Improve nvim configuration
This commit is contained in:
parent
77a7982f2c
commit
9ebde5fb79
5 changed files with 23 additions and 5 deletions
11
_home/private_dot_config/nvim/lazy/lazy.lua
Normal file
11
_home/private_dot_config/nvim/lazy/lazy.lua
Normal file
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
'andre-kotake/nvim-chezmoi',
|
||||
lazy = false,
|
||||
dependencies = {
|
||||
{ 'nvim-lua/plenary.nvim' },
|
||||
},
|
||||
opts = {},
|
||||
config = function(_, opts)
|
||||
require('nvim-chezmoi').setup(opts)
|
||||
end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue