about summary refs log tree commit diff stats
path: root/modules/by-name/nv/nvim/plgs/debugprint/lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/by-name/nv/nvim/plgs/debugprint/lua')
-rw-r--r--modules/by-name/nv/nvim/plgs/debugprint/lua/debugprint.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/by-name/nv/nvim/plgs/debugprint/lua/debugprint.lua b/modules/by-name/nv/nvim/plgs/debugprint/lua/debugprint.lua
new file mode 100644
index 00000000..da7e1735
--- /dev/null
+++ b/modules/by-name/nv/nvim/plgs/debugprint/lua/debugprint.lua
@@ -0,0 +1,3 @@
+require("debugprint").setup({
+  create_keymaps = false,
+})