diff options
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.lua | 3 |
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, -}) |