From d99358afc3c716e0b95648cc1ea0bf63cd218d08 Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Sun, 24 Dec 2023 11:32:24 +0100 Subject: [PATCH] readme.md + init.lua: typo --- init.lua | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index d29ad57..096c40d 100644 --- a/init.lua +++ b/init.lua @@ -365,7 +365,7 @@ cmp.setup { }, } --- Personnalisation +-- Customizations require('bepo') require('restore-position') diff --git a/readme.md b/readme.md index b687c7a..f5848b4 100644 --- a/readme.md +++ b/readme.md @@ -2,4 +2,4 @@ In this repository lies my nvim configuration starting from [kickstart.nvim](https://github.com/nvim-lua/kickstart.nvim). The provided `init.lua` file has then been split into (tryingly) semantically -consistent files inside `lua/` and customization have been applied. +consistent files inside `lua/` and personal customizations have been applied.