@@ -17,11 +17,12 @@ See [here](./VISION.md) for a set of design principles that we want to consider
1717## Codebase guide
1818
1919[ This doc] ( ./docs/dev/Codebase_Guide.md ) explains:
20- * what the different packages in the codebase are for
21- * where important files live
22- * important concepts in the code
23- * how the event loop works
24- * other useful information
20+
21+ - what the different packages in the codebase are for
22+ - where important files live
23+ - important concepts in the code
24+ - how the event loop works
25+ - other useful information
2526
2627## All code changes happen through Pull Requests
2728
@@ -45,8 +46,9 @@ If you want to spare yourself the hassle of setting up your dev environment your
4546![ image] ( https://user-images.githubusercontent.com/8456633/201500508-0d55f99f-5035-4a6f-a0f8-eaea5c003e5d.png )
4647
4748This requires that:
48- * you have docker installed
49- * you have the dev containers extension installed in VSCode
49+
50+ - you have docker installed
51+ - you have the dev containers extension installed in VSCode
5052
5153See [ here] ( https://code.visualstudio.com/docs/devcontainers/containers ) for more info about dev containers.
5254
@@ -69,9 +71,10 @@ nix develop
6971```
7072
7173This will drop you into a development shell that includes:
72- * Latest Go toolchain
73- * golangci-lint for code linting
74- * git and make
74+
75+ - Latest Go toolchain
76+ - golangci-lint for code linting
77+ - git and make
7578
7679You can also build and run lazygit using nix:
7780
@@ -143,7 +146,7 @@ Lazygit supports [Nerd Fonts](https://www.nerdfonts.com) to render certain icons
143146
144147## Internationalisation
145148
146- Boy that's a hard word to spell. Anyway, lazygit is translated into several languages within the pkg/i18n package.
149+ Boy that's a hard word to spell. Anyway, lazygit is translated into several languages within the pkg/i18n package.
147150
148151### For developers adding new text
149152
0 commit comments