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
Dressing seems to clash with rest.nvim. When rest.nvim reads in input using with vim.ui.input using dressing.nvim an error is thrown. If I remove dressing.nvim it works. It also works with noice.nvim's vim.ui.input modification.
System information
OS: linux
Neovim version: v0.11.0-dev-794+gf01c764cc
Is this related to a specific vim.ui.select backend? If so, which one?
@host = https://api.github.com# @prompt host Host to send the requestGET /users/{{user}}Host: {{host}}user-agent: neovim
:Rest run
rest.nvim tries to read from vim.ui.input, but the following error is thrown:
Error executing Lua callback: /usr/share/nvim/runtime/lua/vim/treesitter.lua:217: Index out of bounds
stack traceback:
[C]: in function 'nvim_buf_get_text'
/usr/share/nvim/runtime/lua/vim/treesitter.lua:217: in function 'get_node_text'
.../share/nvim/lazy/rest.nvim/lua/rest-nvim/parser/init.lua:41: in function 'get_node_field_text'
.../share/nvim/lazy/rest.nvim/lua/rest-nvim/parser/init.lua:264: in function 'parse_variable_declaration'
.../share/nvim/lazy/rest.nvim/lua/rest-nvim/parser/init.lua:465: in function 'parse'
...ocal/share/nvim/lazy/rest.nvim/lua/rest-nvim/request.lua:111: in function 'run'
...cal/share/nvim/lazy/rest.nvim/lua/rest-nvim/commands.lua:125: in function 'impl'
...cal/share/nvim/lazy/rest.nvim/lua/rest-nvim/commands.lua:309: in function <...cal/share/nvim/lazy/rest.nvim/lua/rest-nvim/commands.lua:297>
The text was updated successfully, but these errors were encountered:
Describe the bug
Dressing seems to clash with rest.nvim. When rest.nvim reads in input using with
vim.ui.input
using dressing.nvim an error is thrown. If I remove dressing.nvim it works. It also works with noice.nvim'svim.ui.input
modification.System information
vim.ui.select
backend? If so, which one?To Reproduce
Steps to reproduce the behavior:
nvim -u path/to/config
Input the following to your buffer:
:Rest run
rest.nvim tries to read from
vim.ui.input
, but the following error is thrown:The text was updated successfully, but these errors were encountered: