about summary refs log tree commit diff stats
path: root/hm/soispha/conf/nvim/plgs/debugprint/lua
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soispha/conf/nvim/plgs/debugprint/lua')
-rw-r--r--hm/soispha/conf/nvim/plgs/debugprint/lua/debugprint.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/hm/soispha/conf/nvim/plgs/debugprint/lua/debugprint.lua b/hm/soispha/conf/nvim/plgs/debugprint/lua/debugprint.lua
index 2ea38df4..da7e1735 100644
--- a/hm/soispha/conf/nvim/plgs/debugprint/lua/debugprint.lua
+++ b/hm/soispha/conf/nvim/plgs/debugprint/lua/debugprint.lua
@@ -1,4 +1,3 @@
 require("debugprint").setup({
-  create_keymaps = false;
+  create_keymaps = false,
 })
-