Added LazyGit

This commit is contained in:
Kasper Sternberg 2024-03-06 09:17:03 +01:00
parent ea89c3f4b9
commit 1f870585b7
4 changed files with 20 additions and 2 deletions

View file

@ -817,7 +817,6 @@ require('lazy').setup {
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
-- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins`
{ import = 'custom.plugins' },
vim.keymap.set('n', '<C-b>', ':Neotree toggle last<CR>', { noremap = true, silent = true, desc = 'Toggle neotree' }),
}
-- The line beneath this is called `modeline`. See `:help modeline`