From 55f1d17d389c9cd1816303cc183105aaa05564b6 Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Wed, 17 Apr 2024 09:40:25 +0200 Subject: [PATCH] readme: rephrasing --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c2032a0..88e0be8 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ In this repository lies my Neovim configuration starting from [kickstart.nvim](https://github.com/nvim-lua/kickstart.nvim). -The provided `init.lua` file has then been split into (tryingly) semantically +The provided `init.lua` file has then been split into (tentatively) semantically consistent files inside `lua/` and personal customizations have been applied. The process to design this configuration and some thoughts can be found [here](https://blog.epheme.re/software/nvim-kickstart.html).