return { { 'chrisbra/Colorizer', cmd = 'ColorToggle' }, { 'AndrewRadev/linediff.vim', cmd = 'Linediff' }, { 'lukas-reineke/indent-blankline.nvim', config = true }, { 'numToStr/Comment.nvim', config = true, }, { 'hrsh7th/vim-vsnip', config = function() vim.api.nvim_exec([[ imap vsnip#jumpable(1) ? '(vsnip-jump-next)' : '' smap vsnip#jumpable(1) ? '(vsnip-jump-next)' : '' imap vsnip#jumpable(-1) ? '(vsnip-jump-prev)' : '' smap vsnip#jumpable(-1) ? '(vsnip-jump-prev)' : '' ]], false) end }, 'editorconfig/editorconfig-vim', { 'vlada-dudr/vdebug', lazy = true, keys = { { '', desc = 'Start Vdebug' }, { '', desc = 'Vdebug breakpoint' }, }, }, { 'dyng/ctrlsf.vim', cmd = 'CtrlSF' }, { 'andymass/vim-matchup' }, { 'fpob/nette.vim', ft = 'nette' }, { 'ziglang/zig.vim', ft = 'zig' }, { 'folke/trouble.nvim', dependencies = { 'kyazdani42/nvim-web-devicons' }, lazy = true, cmd = { 'Trouble', 'TroubleToggle' }, keys = { { 't', ':TroubleToggle', desc = 'Trouble' } }, config = { mode = 'document_diagnostics' } }, }