return { { "nvimdev/hlsearch.nvim", event = { "BufReadPre", "BufNewFile" }, opts = {} }, { "folke/todo-comments.nvim", event = { "BufReadPre", "BufNewFile" }, opts = {} }, { "kylechui/nvim-surround", event = "VeryLazy", opts = {} }, { "numtostr/comment.nvim", event = "VeryLazy", opts = {} }, { "folke/neodev.nvim", ft = "lua", opts = {} }, { "simrat39/rust-tools.nvim", ft = "rust", opts = {} }, { "iamcco/markdown-preview.nvim", build = "cd app && npm install", cmd = { "MarkdownPreview", "MarkdownPreviewStop", "MarkdownPreviewToggle" }, }, { "Olical/conjure", ft = { "clojure", "fennel", "janet", "racket", "hy", "scheme", "guile", "commonlisp", "julia", "rust", "lua", "python", }, config = function() vim.g.conjure = { mapping = { doc_word = false } } end, }, }