-- Switch in fugitive.vim status window with the current one vim.keymap.set('n', 'gs', 'Gedit :', { desc = '[G]it [S]tatus' }) return { -- Git related plugins 'tpope/vim-fugitive', dependencies = { 'tpope/vim-rhubarb', }, }