From 277d93731ad6aa4aa54fe6763bf1058aeff50ac8 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Thu, 5 Jun 2025 17:11:55 +0900 Subject: modified plugins/colorschemes.lua, modified plugins/markdown.lua, modified plugins/todo.lua --- .../TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua') 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" }, + { "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" }, - { "j", group = "Molten (Jupyter)" }, - }) end, config = function() -- image nvim options table. Pass to `require('image').setup` -- cgit v1.2.3