Robitx/gp.nvim

Error opening Gpt Window, whisper not working

stefanlenoach opened this issue · 0 comments

Running into a strange error since I installed the plugin:

Error executing Lua callback: ~/.local/share/nvim/lazy/gp.nvim/lua/gp/init.lua:1607
: BufEnter Autocommands for "*": Vim(append):Error running markdownlint: ENOENT: no such file
or directory
stack traceback:
        [C]: in function 'nvim_command'
        ~/.local/share/nvim/lazy/gp.nvim/lua/gp/init.lua:1607: in function 'open_bu
f'
        ~/.local/share/nvim/lazy/gp.nvim/lua/gp/init.lua:1704: in function <~/.local/share/nvim/lazy/gp.nvim/lua/gp/init.lua:1648>
        ~/.local/share/nvim/lazy/gp.nvim/lua/gp/init.lua:796: in function <~/.local/share/nvim/lazy/gp.nvim/lua/gp/init.lua:795>

This doesn't stop me from running the plugin normally, it just pops up this error message everytime i create a new window for GPT. The same error pops up when I try the whisper functionality, this doesn't work after I speak and press enter.

Tried globally installing markdownlint (npm i -g markdownlint) which didn't have any effect.

Any help is much appreciated, have to admit I am a bit of a (n)vim newbie. Thanks!