CRAG666 / code_runner.nvim

Neovim plugin.The best code runner you could have, it is like the one in vscode but with super powers, it manages projects like in intellij but without being slow
MIT License
533 stars 38 forks source link

error: attempt to index field 'term' (a nil value) #21

Closed xarthurx closed 2 years ago

xarthurx commented 2 years ago

image

when executing :lua require('code_runner').setup({}) neovim: 0.6.1 OS: windows

CRAG666 commented 2 years ago

brange?

xarthurx commented 2 years ago

What do you mean by brange?

CRAG666 commented 2 years ago

Sorry I was referring to the branch, but forget it, use setup with values, in the master branch it doesn't work without values, in fact this branch will no longer be modified in favor of the nvim-7 branch because many of the current problems were corrected there.

xarthurx commented 2 years ago

OK, thanks for the reply. I'll then probably wait for a few weeks until the nvim-7 relesases.

xarthurx commented 2 years ago

Hello, since neovim-v0.7 has been released, which branch is the most recent now?

CRAG666 commented 2 years ago

nvim-7 is here :)

CRAG666 commented 2 years ago

@xarthurx This error no longer exists because embedded vimscript will no longer be used to create commands.