mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-14 11:24:43 +02:00
parent
20ed47e21e
commit
4d6cc88e0f
2 changed files with 8 additions and 1 deletions
|
@ -61,7 +61,8 @@ O = {
|
|||
lush = {active = false},
|
||||
diffview = {active = false},
|
||||
bracey = {active = false},
|
||||
telescope_project = {active = false}
|
||||
telescope_project = {active = false},
|
||||
dap_install = {active = false}
|
||||
|
||||
},
|
||||
|
||||
|
|
|
@ -400,6 +400,12 @@ return require("packer").startup(function(use)
|
|||
run = 'npm install --prefix server',
|
||||
disable = not O.plugin.bracey.active
|
||||
}
|
||||
-- Debugger management
|
||||
use {
|
||||
'Pocco81/DAPInstall.nvim',
|
||||
event = "BufRead",
|
||||
disable = not O.plugin.dap_install.active
|
||||
}
|
||||
|
||||
-- LANGUAGE SPECIFIC GOES HERE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue