Mercurial > dotfiles
changeset 763:04b8d569ff9d
fix: use cmd to lazy load on command
author | zegervdv <zegervdv@me.com> |
---|---|
date | Mon, 13 Mar 2023 21:27:23 +0100 |
parents | 67df970646c1 |
children | 9e036614a6d8 |
files | .chezmoitemplates/init.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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',