Cleanup the config file
This commit is contained in:
+19
-16
@@ -56,6 +56,8 @@ packer.init {
|
||||
-- ----------------------------------------------------------------------------
|
||||
return packer.startup(function(use)
|
||||
|
||||
vim.tbl_islist = vim.islist
|
||||
|
||||
-- ------------------------------------------------------
|
||||
-- Have packer manage itself
|
||||
-- ------------------------------------------------------
|
||||
@@ -143,6 +145,7 @@ return packer.startup(function(use)
|
||||
use {
|
||||
"L3MON4D3/LuaSnip", -- Required
|
||||
"rafamadriz/friendly-snippets", -- Optional
|
||||
run = "make install_jsregexp"
|
||||
}
|
||||
|
||||
-- --------------------------------------------------------------
|
||||
@@ -173,26 +176,26 @@ return packer.startup(function(use)
|
||||
-- --------------------------------------------------------------
|
||||
-- nvim-treesitter - mz
|
||||
-- --------------------------------------------------------------
|
||||
use {
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
branch = "master",
|
||||
run = ':TSUpdate', -- This automatically updates parsers on install/update
|
||||
}
|
||||
-- use {
|
||||
-- 'nvim-treesitter/nvim-treesitter',
|
||||
-- branch = "master",
|
||||
-- run = ':TSUpdate', -- This automatically updates parsers on install/update
|
||||
-- }
|
||||
|
||||
-- --------------------------------------------------------------
|
||||
-- render-markdown - mz
|
||||
-- --------------------------------------------------------------
|
||||
use {
|
||||
"MeanderingProgrammer/render-markdown.nvim",
|
||||
after = { 'nvim-treesitter' },
|
||||
-- requires = { 'nvim-mini/mini.nvim', opt = true }, -- if you use the mini.nvim suite
|
||||
requires = { 'nvim-mini/mini.icons', opt = true }, -- if you use standalone mini plugins
|
||||
-- requires = { 'nvim-tree/nvim-web-devicons', opt = true }, -- if you prefer nvim-web-devicons
|
||||
config = function()
|
||||
require('render-markdown').setup({})
|
||||
end
|
||||
}
|
||||
|
||||
-- use {
|
||||
-- "MeanderingProgrammer/render-markdown.nvim",
|
||||
-- after = { 'nvim-treesitter' },
|
||||
-- -- requires = { 'nvim-mini/mini.nvim', opt = true }, -- if you use the mini.nvim suite
|
||||
-- requires = { 'nvim-mini/mini.icons', opt = true }, -- if you use standalone mini plugins
|
||||
-- -- requires = { 'nvim-tree/nvim-web-devicons', opt = true }, -- if you prefer nvim-web-devicons
|
||||
-- config = function()
|
||||
-- require('render-markdown').setup({})
|
||||
-- end
|
||||
-- }
|
||||
--
|
||||
-- -------------------------------------------------------------
|
||||
-- which-key
|
||||
-- -------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user