From 2d79dd6df5ae10fae019a87741e15b5a94f5b134 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Fri, 2 Aug 2024 00:11:44 -0600 Subject: [PATCH] docs: move into vim section Signed-off-by: Felipe Contreras --- docs/index.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/index.md b/docs/index.md index 4a0dfe1..ff40631 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,16 +7,10 @@ The template format draws inspiration from [estilo](https://github.com/jacoborus There's also lightline and airline colorschemes, as well as kitty, xfce4-terminal and highlight.js themes. -## Screenshot +## Vim {% include screenshot.html %} -## Color palette - -{% include palette.html %} - -## Installation - Install with your favorite plugin manager. ```sh @@ -30,3 +24,7 @@ colorscheme felipec let g:lightline = { 'colorscheme': 'felipec' } let g:airline_theme = 'felipec' ``` + +## Color palette + +{% include palette.html %}