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.