move plugins

This commit is contained in:
christianchiarulli 2021-07-10 01:21:22 -04:00
parent 2aa02e2312
commit 1235d18f8d

View file

@ -196,6 +196,13 @@ return require("packer").startup(function(use)
disable = not O.plugin.dap.active, disable = not O.plugin.dap.active,
} }
-- Debugger management
use {
"Pocco81/DAPInstall.nvim",
-- event = "BufRead",
disable = not O.plugin.dap.active,
}
-- Floating terminal -- Floating terminal
use { use {
"numToStr/FTerm.nvim", "numToStr/FTerm.nvim",
@ -237,13 +244,6 @@ return require("packer").startup(function(use)
disable = not O.plugin.lush.active, disable = not O.plugin.lush.active,
} }
-- Debugger management
use {
"Pocco81/DAPInstall.nvim",
-- event = "BufRead",
disable = not O.plugin.dap.active,
}
-- LANGUAGE SPECIFIC GOES HERE -- LANGUAGE SPECIFIC GOES HERE
use { use {
"lervag/vimtex", "lervag/vimtex",
@ -294,12 +294,6 @@ return require("packer").startup(function(use)
-- end, -- end,
-- } -- }
-- Pretty parentheses
use {
"p00f/nvim-ts-rainbow",
disable = not O.plugin.ts_rainbow.active,
}
-- Autotags <div>|</div> -- Autotags <div>|</div>
use { use {
"windwp/nvim-ts-autotag", "windwp/nvim-ts-autotag",