From d262213512503f2fb468c10d3b77c6bfebdd62c3 Mon Sep 17 00:00:00 2001 From: theonepath Date: Sat, 3 Feb 2024 19:08:50 +0000 Subject: [PATCH] Removed commented lazy packages --- lua/plugin/lazy.lua | 35 ++++++----------------------------- 1 file changed, 6 insertions(+), 29 deletions(-) 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', - ---]] }