This commit is contained in:
asep komarudin 2023-02-26 06:42:57 +07:00
parent da02b7279c
commit ba79f479ef
8 changed files with 202 additions and 2 deletions

View 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,
}