summaryrefslogtreecommitdiff
path: root/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua')
-rw-r--r--ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua16
1 files changed, 7 insertions, 9 deletions
diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua
index 8f73a06..89b8594 100644
--- a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua
+++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua
@@ -419,10 +419,8 @@ return {
require("otter").setup()
end,
},
- "nvim-cmp",
+ "hrsh7th/nvim-cmp",
"neovim/nvim-lspconfig",
- "nvim-treesitter/nvim-treesitter",
- "otter.nvim",
},
ft = { "quarto", "markdown" },
command = "QuartoActivate",
@@ -494,6 +492,12 @@ return {
dependencies = { "3rd/image.nvim" },
build = ":UpdateRemotePlugins",
init = function()
+ local wk = require("which-key")
+ wk.add({
+ mode = { "n", "v", "x" },
+ { "<leader>j", group = "Molten (Jupyter)" },
+ })
+
vim.g.molten_auto_image_popup = true
vim.g.molten_auto_init_behavior = "raise"
vim.g.molten_auto_open_html_in_browser = false
@@ -518,12 +522,6 @@ return {
-- optional, works for virt text and the output window
vim.g.molten_wrap_output = true
vim.g.molten_virt_text_max_lines = 20
-
- local wk = require("which-key")
- wk.add({
- mode = { "n", "v", "x" },
- { "<leader>j", group = "Molten (Jupyter)" },
- })
end,
config = function()
-- image nvim options table. Pass to `require('image').setup`