mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-02 00:56:02 +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,
|
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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue