"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 ```