jbyuki / venn.nvim

Draw ASCII diagrams in Neovim
MIT License
967 stars 21 forks source link

Unable to toggle venn #14

Closed txtyash closed 2 years ago

txtyash commented 2 years ago
E5108: Error executing lua [string ":lua"]:1: attempt to call global 'Toggle_venn' (a nil value)
stack traceback:
        [string ":lua"]:1: in main chunk
jbyuki commented 2 years ago

You need to add the whole snippet given in the Readme in init.vim or init.lua. The function Toggle_venn is not defined.

txtyash commented 2 years ago

My bad. I didn't put the file in init.lua.