Skip to content

Commit

Permalink
fix(env): selector without telescope (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
gorillamoe authored Oct 8, 2024
1 parent 9140eed commit 140e653
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lua/kulala/globals/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local M = {}

local plugin_tmp_dir = FS.get_plugin_tmp_dir()

M.VERSION = "4.1.0"
M.VERSION = "4.1.1"
M.UI_ID = "kulala://ui"
M.SCRATCHPAD_ID = "kulala://scratchpad"
M.HEADERS_FILE = plugin_tmp_dir .. "/headers.txt"
Expand Down
1 change: 0 additions & 1 deletion lua/kulala/ui/selector.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ function M.select_env()
if key ~= "$schema" and key ~= "$shared" then
table.insert(envs, key)
end
table.insert(envs, key)
end

local opts = {
Expand Down

0 comments on commit 140e653

Please sign in to comment.