local neogit = require('neogit') vim.keymap.set("n", "gs", function() neogit.open() end )