about summary refs log tree commit diff stats
path: root/hm/soispha/conf
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-03-31 14:32:27 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-03-31 14:32:27 +0200
commited7690259a30db4fc7febd4aa1507fddf710d942 (patch)
tree1445413aed653a4765b301454c609227e5dc7e17 /hm/soispha/conf
parentfeat(hosts/{tiamat,apzu}/hardware): Don't always enable the bluetooth controller (diff)
downloadnixos-config-ed7690259a30db4fc7febd4aa1507fddf710d942.zip
fix(hm/conf/nvim/plgs/debugprint): Remove
I have never really used this plugin, and the recent breaking API
changes where reason enough to remove it.
Diffstat (limited to 'hm/soispha/conf')
-rw-r--r--hm/soispha/conf/nvim/plgs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/nvim/plgs/default.nix b/hm/soispha/conf/nvim/plgs/default.nix
index 4f1f2172..991bc315 100644
--- a/hm/soispha/conf/nvim/plgs/default.nix
+++ b/hm/soispha/conf/nvim/plgs/default.nix
@@ -2,7 +2,7 @@
   imports =
     [
       # Plugins not yet packaged in nixpkgs
-      ./debugprint
+      # ./debugprint
       ./lf-nvim
       # ./lsp-progress-nvim
     ]