Initial Configurations

This commit is contained in:
dubnde 2023-08-20 11:00:16 +01:00
parent 01a1ebed38
commit 5c216504bb
15 changed files with 478 additions and 687 deletions

10
lua/plugins/neogit.lua Normal file
View file

@ -0,0 +1,10 @@
return {
"TimUntersberger/neogit",
dependencies = "nvim-lua/plenary.nvim",
keys = {
{ "<leader>gs", "<cmd>Neogit<CR>", desc = "Open neogit" },
},
opts = {
use_magit_keybindings = true,
},
}