summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/plugins/editor.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/lua/plugins/editor.lua')
-rw-r--r--.config/nvim/lua/plugins/editor.lua26
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,
- },
}