mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-20 18:54:25 +02:00
move plugins
This commit is contained in:
parent
2aa02e2312
commit
1235d18f8d
1 changed files with 7 additions and 13 deletions
|
@ -196,6 +196,13 @@ return require("packer").startup(function(use)
|
|||
disable = not O.plugin.dap.active,
|
||||
}
|
||||
|
||||
-- Debugger management
|
||||
use {
|
||||
"Pocco81/DAPInstall.nvim",
|
||||
-- event = "BufRead",
|
||||
disable = not O.plugin.dap.active,
|
||||
}
|
||||
|
||||
-- Floating terminal
|
||||
use {
|
||||
"numToStr/FTerm.nvim",
|
||||
|
@ -237,13 +244,6 @@ return require("packer").startup(function(use)
|
|||
disable = not O.plugin.lush.active,
|
||||
}
|
||||
|
||||
-- Debugger management
|
||||
use {
|
||||
"Pocco81/DAPInstall.nvim",
|
||||
-- event = "BufRead",
|
||||
disable = not O.plugin.dap.active,
|
||||
}
|
||||
|
||||
-- LANGUAGE SPECIFIC GOES HERE
|
||||
use {
|
||||
"lervag/vimtex",
|
||||
|
@ -294,12 +294,6 @@ return require("packer").startup(function(use)
|
|||
-- end,
|
||||
-- }
|
||||
|
||||
-- Pretty parentheses
|
||||
use {
|
||||
"p00f/nvim-ts-rainbow",
|
||||
disable = not O.plugin.ts_rainbow.active,
|
||||
}
|
||||
|
||||
-- Autotags <div>|</div>
|
||||
use {
|
||||
"windwp/nvim-ts-autotag",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue