We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9927a3 commit f71c14eCopy full SHA for f71c14e
lua/debugprint/init.lua
@@ -1,6 +1,6 @@
1
local M = {}
2
3
-local utils = require("lua.debugprint.utils")
+local utils = require("debugprint.utils")
4
local utils_buffer = require("debugprint.utils.buffer")
5
local utils_errors = require("debugprint.utils.errors")
6
local utils_operator = require("debugprint.utils.operator")
0 commit comments