Removed commented lazy packages
This commit is contained in:
parent
eb576361fe
commit
d262213512
|
|
@ -253,6 +253,12 @@ return {
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
-- Live Preview of MD
|
||||||
|
{
|
||||||
|
"iamcco/markdown-preview.nvim",
|
||||||
|
config = function() vim.fn["mkdp#util#install"]() end,
|
||||||
|
},
|
||||||
|
|
||||||
-- Need to short this out properly!
|
-- Need to short this out properly!
|
||||||
-- learn this
|
-- learn this
|
||||||
'tpope/vim-surround',
|
'tpope/vim-surround',
|
||||||
|
|
@ -274,33 +280,4 @@ return {
|
||||||
-- 'valloric/matchtagalways',
|
-- 'valloric/matchtagalways',
|
||||||
-- Syntax highlighting extension
|
-- Syntax highlighting extension
|
||||||
'sheerun/vim-polyglot',
|
'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',
|
|
||||||
|
|
||||||
--]]
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user