Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Apr 16, 2024
1 parent 92773a9 commit e855d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/dotvim/utils/nix.lua
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ end)
---@return string?
M.resolve_plugin = function(name)
assume_data_loaded()
if nix_aware.pkgs[name] ~= nil then
if vim.tbl_get(nix_aware, "pkgs", name) ~= nil then
return nix_aware.pkgs[name]
end
for _, pkg in ipairs(deps_nix_managed_vim_plugins) do
Expand Down

0 comments on commit e855d1b

Please sign in to comment.