summaryrefslogtreecommitdiff
path: root/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-05 17:11:55 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-05 17:11:55 +0900
commit277d93731ad6aa4aa54fe6763bf1058aeff50ac8 (patch)
tree50c9ad5ead37133f5de4e8e02793f41491538598 /ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua
parent348fb961215427929a6ad9fa90b50ae404fac73a (diff)
modified plugins/colorschemes.lua, modified plugins/markdown.lua, modified plugins/todo.lua
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`