this repo has no description
0
fork

Configure Feed

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

at 99713eddf3a39d4f4b07b0cf7878393202ffccdf 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}