diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-07-21 17:51:00 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-07-21 17:51:00 -0400 |
| commit | b1df2d2128637c706c400ae41fcb17433ec1af07 (patch) | |
| tree | 976a439cd7d4bc82a70dccf228fcfe292aaec3eb /.config/nvim/lua/plugins/editor.lua | |
| parent | aff0e767820bfe273a7afafd68572f81f675dd0b (diff) | |
nvim: remove some plugins
Diffstat (limited to '.config/nvim/lua/plugins/editor.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/editor.lua | 26 |
1 files changed, 0 insertions, 26 deletions
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, - }, } |
