From a1bc5e5e43b4bc19cc17b5fb058ed25efea7c497 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 24 Jun 2025 13:28:56 +0200 Subject: modules/nvim/plgs: Remove unused plugins --- modules/by-name/nv/nvim/plgs/debugprint/lua/debugprint.lua | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 modules/by-name/nv/nvim/plgs/debugprint/lua/debugprint.lua (limited to 'modules/by-name/nv/nvim/plgs/debugprint/lua/debugprint.lua') diff --git a/modules/by-name/nv/nvim/plgs/debugprint/lua/debugprint.lua b/modules/by-name/nv/nvim/plgs/debugprint/lua/debugprint.lua deleted file mode 100644 index b934d619..00000000 --- a/modules/by-name/nv/nvim/plgs/debugprint/lua/debugprint.lua +++ /dev/null @@ -1,13 +0,0 @@ --- nixos-config - My current NixOS configuration --- --- Copyright (C) 2025 Benedikt Peetz --- SPDX-License-Identifier: GPL-3.0-or-later --- --- This file is part of my nixos-config. --- --- You should have received a copy of the License along with this program. --- If not, see . - -require("debugprint").setup({ - create_keymaps = false, -}) -- cgit 1.4.1