nvim-config

Log | Files | Refs | Submodules | README

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

docs: fix links

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -11,5 +11,5 @@ Here is a brief summary: Interesting things to see: -- My plugins are listed in [./lua/plugins.lua] -- My mappings are split into [./after/plugin/mappings.vim] and [./lua/mappings.lua] +- 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)