#[solved] error while adding vim-be-good plugin in nvim

1 messages · Page 1 of 1 (latest)

young ravine
#
    "ThePrimeagen/vim-be-good",
    lazy = false,
  },

i setup this plugin in lazy and also mapped the command using this - vim.api.nvim_create_user_command("VimBeGood", function() require("vim-be-good").buffer() end, {})
and it worked, just once, but after that I am getting this error whenever i input VimBeGood in command mode, can anyone help me out

stack traceback:                                                                                                                                                                                                     
        /home/glitch/.config/nvim/lua/mappings.lua:15: in function </home/glitch/.config/nvim/lua/mappings.lua:15>                                                                                                   
Press ENTER or type command to continue                                                                   ```
storm fable
#

what are you mapping the command?

#

@young ravine

young ravine
#

Anyways the issue is fixed, sorry I forgot to close it