# HG changeset patch # User zegervdv # Date 1678739243 -3600 # Node ID 04b8d569ff9d374cb1eb327513c42eda57bb9b58 # Parent 67df970646c1b2169c91cd303e37cde47cda342b fix: use cmd to lazy load on command diff -r 67df970646c1 -r 04b8d569ff9d .chezmoitemplates/init.lua --- a/.chezmoitemplates/init.lua Sun Mar 12 21:54:33 2023 +0100 +++ b/.chezmoitemplates/init.lua Mon Mar 13 21:27:23 2023 +0100 @@ -380,7 +380,7 @@ }, 'nvim-treesitter/nvim-treesitter-refactor', 'nvim-treesitter/nvim-treesitter-textobjects', - { 'nvim-treesitter/playground', command = 'TSPlaygroundToggle' }, + { 'nvim-treesitter/playground', cmd = 'TSPlaygroundToggle' }, { 'L3MON4D3/luasnip' }, { 'rmagatti/goto-preview',