comparison .chezmoitemplates/init.lua @ 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
comparison
equal deleted inserted replaced
762:67df970646c1 763:04b8d569ff9d
378 } 378 }
379 end, 379 end,
380 }, 380 },
381 'nvim-treesitter/nvim-treesitter-refactor', 381 'nvim-treesitter/nvim-treesitter-refactor',
382 'nvim-treesitter/nvim-treesitter-textobjects', 382 'nvim-treesitter/nvim-treesitter-textobjects',
383 { 'nvim-treesitter/playground', command = 'TSPlaygroundToggle' }, 383 { 'nvim-treesitter/playground', cmd = 'TSPlaygroundToggle' },
384 { 'L3MON4D3/luasnip' }, 384 { 'L3MON4D3/luasnip' },
385 { 385 {
386 'rmagatti/goto-preview', 386 'rmagatti/goto-preview',
387 config = function() require('goto-preview').setup {} end, 387 config = function() require('goto-preview').setup {} end,
388 }, 388 },