this repo has no description
0
fork

Configure Feed

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

at 1a4a44f8e1be3d2674cbb9fbbfee3a2f27ebbb37 13 lines 199 B view raw
1return { 2 { 3 "terrortylor/nvim-comment", 4 config = function() 5 require("nvim_comment").setup({ 6 create_mappings = false, 7 }) 8 end, 9 }, 10 { 11 "tpope/vim-surround", 12 } 13}