this repo has no description
at main 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}