diff --git a/lua/plugin/lazy.lua b/lua/plugin/lazy.lua index 3116069..3ecc83f 100644 --- a/lua/plugin/lazy.lua +++ b/lua/plugin/lazy.lua @@ -253,6 +253,12 @@ return { event = "VeryLazy", }, + -- Live Preview of MD + { + "iamcco/markdown-preview.nvim", + config = function() vim.fn["mkdp#util#install"]() end, + }, + -- Need to short this out properly! -- learn this 'tpope/vim-surround', @@ -274,33 +280,4 @@ return { -- 'valloric/matchtagalways', -- Syntax highlighting extension 'sheerun/vim-polyglot', - ---[[ - ---[[ { - 'gleinir/lspsaga.nvim',-- Interact with LSP a little easier - branch='main' - } ---] ] - - -- Autocomplete brackets and punctutation - 'jiangmiao/auto-pairs', - -- Debug Adaptor Protocol (added for mason.nvim), and null-ls for linter and formatting - 'mfussenegger/nvim-dap', - 'jose-elias-alvarez/null-ls.nvim', - - - -- Live Preview of MD - { - "iamcco/markdown-preview.nvim", - config = function() vim.fn["mkdp#util#install"]() end, - }, - - 'rbgrouleff/bclose.vim', - - - 'folke/neodev.nvim', - 'nvim-tree/nvim-web-devicons', - ---]] }