diff --git a/.chezmoitemplates/nvim/lua/plugins/nvim-tree.lua b/.chezmoitemplates/nvim/lua/plugins/nvim-tree.lua index a9810f4..1e92c1a 100644 --- a/.chezmoitemplates/nvim/lua/plugins/nvim-tree.lua +++ b/.chezmoitemplates/nvim/lua/plugins/nvim-tree.lua @@ -1,5 +1,5 @@ return { "nvim-tree/nvim-tree.lua", lazy = false, - config = {} + opts = {} }