Removed commented lazy packages

This commit is contained in:
Ethan Smith-Coss 2024-02-03 19:08:50 +00:00
parent eb576361fe
commit d262213512
Signed by: TheOnePath
GPG Key ID: 4E7D436CE1A0BAF1

View File

@ -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',
--]]
}