From b0b5aa80b789a08374e53118b930698354110c2c Mon Sep 17 00:00:00 2001 From: Asep Komarudin <68836805+pojokcodeid@users.noreply.github.com> Date: Mon, 17 Jun 2024 14:55:14 +0700 Subject: [PATCH] Updated 7. Example Custom Plugins (markdown) --- 7.-Example-Custom-Plugins.md | 1 - 1 file changed, 1 deletion(-) diff --git a/7.-Example-Custom-Plugins.md b/7.-Example-Custom-Plugins.md index 6bafa7b..bb2aae8 100644 --- a/7.-Example-Custom-Plugins.md +++ b/7.-Example-Custom-Plugins.md @@ -3010,7 +3010,6 @@ return { end, }, }, - enabled = vim.fn.has("win32") == 0, config = function() require("user.dapui") local js_based_languages = { "typescript", "javascript", "typescriptreact" }