diff --git a/init.lua b/init.lua index fe52973..8a7d298 100644 --- a/init.lua +++ b/init.lua @@ -105,6 +105,9 @@ require('lazy').setup({ -- Adds LSP completion capabilities 'hrsh7th/cmp-nvim-lsp', + + -- Adds completion capabilities for text in buffers + 'hrsh7th/cmp-buffer', -- Adds path completion capabilities 'hrsh7th/cmp-path', @@ -585,6 +588,7 @@ cmp.setup { }, sources = { { name = 'nvim_lsp' }, + { name = 'buffer' }, { name = 'luasnip' }, { name = 'path' }, }, diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add index 796fdcb..ab67d2a 100644 --- a/spell/en.utf-8.add +++ b/spell/en.utf-8.add @@ -4,3 +4,5 @@ Séverine HEG neovim lua +InfoBiblio +Réaménagement diff --git a/spell/en.utf-8.add.spl b/spell/en.utf-8.add.spl index 99ecb19..9c741af 100644 Binary files a/spell/en.utf-8.add.spl and b/spell/en.utf-8.add.spl differ