readme.md + init.lua: typo

This commit is contained in:
Fabrice Mouhartem 2023-12-24 11:32:24 +01:00
parent 523bda1a4f
commit d99358afc3
2 changed files with 2 additions and 2 deletions

View File

@ -365,7 +365,7 @@ cmp.setup {
}, },
} }
-- Personnalisation -- Customizations
require('bepo') require('bepo')
require('restore-position') require('restore-position')

View File

@ -2,4 +2,4 @@ In this repository lies my nvim configuration starting from
[kickstart.nvim](https://github.com/nvim-lua/kickstart.nvim). [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 (tryingly) semantically
consistent files inside `lua/` and customization have been applied. consistent files inside `lua/` and personal customizations have been applied.