diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-03-31 14:32:27 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-03-31 14:32:27 +0200 |
commit | ed7690259a30db4fc7febd4aa1507fddf710d942 (patch) | |
tree | 1445413aed653a4765b301454c609227e5dc7e17 /hm/soispha/conf | |
parent | feat(hosts/{tiamat,apzu}/hardware): Don't always enable the bluetooth controller (diff) | |
download | nixos-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.nix | 2 |
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 ] |