mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 01:08:53 +02:00
update
This commit is contained in:
parent
da02b7279c
commit
ba79f479ef
8 changed files with 202 additions and 2 deletions
10
lua/plugin_custom/dapui.lua
Normal file
10
lua/plugin_custom/dapui.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
-- ini contoh override plugins
|
||||
-- "rcarriga/nvim-dap-ui",
|
||||
-- event = "BufWinEnter",
|
||||
-- dependencies = "mfussenegger/nvim-dap",
|
||||
-- enabled = vim.fn.has("win32") == 0,
|
||||
-- config = function()
|
||||
-- require("user.dapui")
|
||||
-- end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue