diff --git a/lua/409/plugins/markdown.lua b/lua/409/plugins/markdown.lua new file mode 100644 index 0000000..d7458ff --- /dev/null +++ b/lua/409/plugins/markdown.lua @@ -0,0 +1,19 @@ +return { + { + "MeanderingProgrammer/render-markdown.nvim", + lazy = false, + keys = { + { + "m", + function() + require("render-markdown").toggle() + end, + "Toggle markdown rendering", + }, + }, + opts = { + enabled = true, + }, + dependencies = { "nvim-treesitter/nvim-treesitter", "nvim-tree/nvim-web-devicons" }, -- if you prefer nvim-web-devicons + }, +} diff --git a/lua/409/plugins/obsidian.lua b/lua/409/plugins/obsidian.lua index 2e2920c..99f4a79 100644 --- a/lua/409/plugins/obsidian.lua +++ b/lua/409/plugins/obsidian.lua @@ -18,6 +18,9 @@ return { -- see below for full list of optional dependencies 👇 }, opts = { + ui = { + enable = false, + }, workspaces = { { name = "personal",