mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 06:20:53 +00:00
refactor(lua): use tuple syntax everywhere #29111
This commit is contained in:
@@ -353,7 +353,7 @@ end
|
||||
--- their respective paths. If either of those is invalid, return two empty
|
||||
--- strings, effectively ignoring pyenv.
|
||||
---
|
||||
--- @return {[1]: string, [2]: string}
|
||||
--- @return [string, string]
|
||||
local function check_for_pyenv()
|
||||
local pyenv_path = vim.fn.resolve(vim.fn.exepath('pyenv'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user