From b7741760010e8a7cd80336d851787244a0003f53 Mon Sep 17 00:00:00 2001 From: James Dixon Date: Tue, 24 Jan 2023 02:57:21 -0500 Subject: [PATCH] add links to docs in helix config --- config/helix/.config/helix/config.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config/helix/.config/helix/config.toml b/config/helix/.config/helix/config.toml index 212be43..539a9ff 100644 --- a/config/helix/.config/helix/config.toml +++ b/config/helix/.config/helix/config.toml @@ -1,5 +1,8 @@ -# https://docs.helix-editor.com/ -# https://github.com/helix-editor/helix/wiki +# Docs +# ---- +# General Docs: https://docs.helix-editor.com/ +# Wiki: https://github.com/helix-editor/helix/wiki +# LSP Docs: https://github.com/helix-editor/helix/wiki/How-to-install-the-default-language-servers theme = "github_dark"