this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 15 lines 259 B view raw
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 'mbbill/undotree', 15}