return { { 'windwp/nvim-autopairs', event = "InsertEnter", opts = {} }, { 'windwp/nvim-ts-autotag', opts = {}, ft = 'html' }, { 'RRethy/nvim-treesitter-endwise', config = function() require('nvim-treesitter.configs').setup { endwise = { enable = true, }, } end, ft = { 'lua', 'ruby', 'julia' } }, { "utilyre/sentiment.nvim", version = "*", event = "VeryLazy", opts = {}, init = function() vim.g.loaded_matchparen = 1 end, }, { 'rgroli/other.nvim', config = { mappings = { 'angular' } }, keys = { { 's', 'Other', desc = 'Open other file' } } } }