about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/nvim/plgs/debugprint/lua/debugprint.lua
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-11-09 12:35:44 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-11-09 12:54:51 +0100
commit2122a01f99c6da466b8f0f55c965c11a9043d117 (patch)
tree6c1697afc30a5bb72635bda7db9b5610386a5b71 /modules/home.legacy/conf/nvim/plgs/debugprint/lua/debugprint.lua
parentfix(pkgs/stamp): Fallback to `dot-license` (diff)
downloadnixos-config-2122a01f99c6da466b8f0f55c965c11a9043d117.tar.gz
nixos-config-2122a01f99c6da466b8f0f55c965c11a9043d117.zip
refactor(modules/legacy/conf/nvim): Move to `by-name`
Diffstat (limited to 'modules/home.legacy/conf/nvim/plgs/debugprint/lua/debugprint.lua')
-rw-r--r--modules/home.legacy/conf/nvim/plgs/debugprint/lua/debugprint.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/home.legacy/conf/nvim/plgs/debugprint/lua/debugprint.lua b/modules/home.legacy/conf/nvim/plgs/debugprint/lua/debugprint.lua
deleted file mode 100644
index da7e1735..00000000
--- a/modules/home.legacy/conf/nvim/plgs/debugprint/lua/debugprint.lua
+++ /dev/null
@@ -1,3 +0,0 @@
-require("debugprint").setup({
-  create_keymaps = false,
-})