1return { 2 {'nvim-lua/plenary.nvim', 3 name = "plenary" }, 4 5 'Shougo/context_filetype.vim', 6 { 7 'windwp/nvim-autopairs', 8 config = function() 9 require("nvim-autopairs").setup {} 10 end 11 }, 12 13 14 'nvim-treesitter/playground', 15 'mbbill/undotree', 16}