We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6843500 commit 198f3f1Copy full SHA for 198f3f1
lua/tmux-switch/tmux.lua
@@ -1,4 +1,5 @@
1
-local util = require("tmux-switch.ui")
+local ui = require("tmux-switch.ui")
2
+local util = require("tmux-switch.util")
3
4
local M = {}
5
0 commit comments