diff --git a/lua/custom/plugins.lua b/lua/custom/plugins.lua index da21276..2c0d500 100644 --- a/lua/custom/plugins.lua +++ b/lua/custom/plugins.lua @@ -886,6 +886,19 @@ local plugins = { end, }, { "nanotee/zoxide.vim", lazy = false, enabled = false }, + { + "iamcco/markdown-preview.nvim", + cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" }, + ft = { "markdown" }, + build = function() + vim.fn["mkdp#util#install"]() + end, + config = function() + -- Ugly fix for wsl not finding my browser + -- I HATE windows + vim.g.mkdp_echo_preview_url = 1 + end, + }, } return plugins diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add index ff89454..70c8f61 100644 --- a/spell/en.utf-8.add +++ b/spell/en.utf-8.add @@ -288,3 +288,9 @@ additional scriptable Autcrate rustaceans +serv0 +serv1 +serv2 +sequenceDiagram +style +BT diff --git a/spell/en.utf-8.add.spl b/spell/en.utf-8.add.spl index 1e3d00c..754a803 100644 Binary files a/spell/en.utf-8.add.spl and b/spell/en.utf-8.add.spl differ