return { "danymat/neogen", config = function() require("neogen").setup({ enabled = true, snippet_engine = "luasnip", placeholders_hl = "None", -- fixes weird bug where the entire page gets colored with this color languages = { python = { template = { annotation_convention = "google_docstrings" } } } }) nmap('d', ":lua require('neogen').generate()") end }