return { -- FIXME: Comment stopped working { 'https://github.com/numToStr/Comment.nvim', dependencies = { 'nvim-ts-context-commentstring' }, version = '*', opts = { toggler = { line = 'cc', block = 'CC' }, opleader = { line = 'c', block = 'C' }, extra = { above = 'cO', below = 'co', eol = 'cA', }, }, { 'https://github.com/windwp/nvim-autopairs', event = 'InsertEnter', opts = {}, }, { 'https://github.com/L3MON4D3/LuaSnip', version = '*', opts = { paths = vim.fn.stdpath('config') .. '/snippets', }, }, { 'https://github.com/GnikDroy/projections.nvim', opts = { workspaces = { '~/src', '~/documents' }, patterns = require('my.functions').project_root_markers, }, }, { 'https://github.com/AckslD/nvim-FeMaco.lua' }, { 'https://github.com/danymat/neogen', version = '*', opts = { snippet_engine = 'luasnip', }, }, }, }