nvim-config

Log | Files | Refs | Submodules | README

commit 0299d97098b1f0547a0950ba41dcdd64c6e250e6
parent ee5ef2e3f0f85b74edfdc57e3f921a80b95d0f1f
Author: Thomas Vigouroux <thomas.vigouroux@protonmail.com>
Date:   Wed, 31 Aug 2022 08:31:57 +0200

docs: add custom lazygit configuration

Diffstat:
MREADME.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -13,3 +13,4 @@ Interesting things to see: - My plugins are listed in [./lua/plugins.lua](./lua/plugins.lua) - My mappings are split into [./after/plugin/mappings.vim](./after/plugin/mappings.vim) and [./lua/mappings.lua](./lua/mappings.lua) +- I wrote my a custom integration with `lazygit` [here](./lua/neogit-config.lua)