From b1df2d2128637c706c400ae41fcb17433ec1af07 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Fri, 21 Jul 2023 17:51:00 -0400 Subject: nvim: remove some plugins --- .config/nvim/lua/plugins/editor.lua | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to '.config/nvim/lua/plugins/editor.lua') diff --git a/.config/nvim/lua/plugins/editor.lua b/.config/nvim/lua/plugins/editor.lua index c9a7900..abd1b90 100644 --- a/.config/nvim/lua/plugins/editor.lua +++ b/.config/nvim/lua/plugins/editor.lua @@ -1,33 +1,7 @@ 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 = {} }, { "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, - }, } -- cgit v1.2.3