You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E5108: Error executing lua ...l/share/nvim/lazy/pantran.nvim/lua/pantran/ui/window.lua:255: Must specify 'relative' or 'external' when creating a float
stack traceback:
[C]: in function 'nvim_open_win'
...l/share/nvim/lazy/pantran.nvim/lua/pantran/ui/window.lua:255: in function '_create'
...l/share/nvim/lazy/pantran.nvim/lua/pantran/ui/window.lua:275: in function 'new'
...cal/share/nvim/lazy/pantran.nvim/lua/pantran/ui/init.lua:187: in function 'new'
...cal/share/nvim/lazy/pantran.nvim/lua/pantran/command.lua:70: in function '_translate'
...cal/share/nvim/lazy/pantran.nvim/lua/pantran/command.lua:87: in function 'range_translate'
...cal/share/nvim/lazy/pantran.nvim/lua/pantran/command.lua:123: in function 'parse'
[string ":lua"]:1: in main chunk
According to my test, the name of the local variable window.config.window_config in ui/window.lua seems to have been tampered with, resulting in the invalidity of relative during tbl_extend. Just rename window_config. I will submit my PR and hope it will be adopted.
The text was updated successfully, but these errors were encountered:
error message
preview
2025-04-01_11-52-42.mp4
environment
According to my test, the name of the local variable window.config.window_config in ui/window.lua seems to have been tampered with, resulting in the invalidity of relative during tbl_extend. Just rename window_config. I will submit my PR and hope it will be adopted.
The text was updated successfully, but these errors were encountered: