Short description of the problem
I'm using a lua configuration and installing vimagit with Packer, when I open magit non of the keymaps work
Steps to reproduce
- Clone and use this configuration: https://github.com/LunarVim/Neovim-from-scratch
- Add vimagit to the list of plugins in the file
lua/user/plugins.lua
- Open vimagit, non of the keymaps work, buffer acts as a regular file
Environment
nvim version: 0.7.2
git version: 2.37.0
- current vimagit version or (or SHA1): 308650d (master's head at the time of writing)
- OS: arch
- terminal or gvim: terminal
I really don't know if this bug is a magit's bug, (to be honest I don't think it is), however I tried removing all the "weird" things from my config to see if anything will fix it, but it didn't. So this might be specific to using Lua configs
Short description of the problem
I'm using a lua configuration and installing vimagit with Packer, when I open magit non of the keymaps work
Steps to reproduce
lua/user/plugins.luaEnvironment
nvimversion: 0.7.2gitversion: 2.37.0I really don't know if this bug is a magit's bug, (to be honest I don't think it is), however I tried removing all the "weird" things from my config to see if anything will fix it, but it didn't. So this might be specific to using Lua configs