feat(nvim): Spell, update cmp

This commit is contained in:
Price Hiller 2022-04-15 10:47:28 -05:00
parent c569aa280c
commit ad6bc12aa3
3 changed files with 66 additions and 13 deletions

View File

@ -54,8 +54,10 @@ cmp.setup({
return vim_item
end,
},
documentation = {
border = { "", "", "", "", "", "", "", "" },
window = {
documentation = {
border = { "", "", "", "", "", "", "", "" },
},
},
experimental = {
ghost_text = true,
@ -99,17 +101,15 @@ cmp.setup({
end
end, { "i", "s" }),
},
sources = cmp.config.sources(
{
{ name = "nvim_lsp" },
{ name = "nvim_lua" },
{ name = "path" },
{ name = "buffer" },
{ name = "emoji" },
{ name = "neorg" },
{ name = "luasnip" }, -- For luasnip users.
}
),
sources = cmp.config.sources({
{ name = "nvim_lsp" },
{ name = "nvim_lua" },
{ name = "path" },
{ name = "buffer" },
{ name = "emoji" },
{ name = "neorg" },
{ name = "luasnip" }, -- For luasnip users.
}),
})
-- Use buffer source for `/` (if you enabled `native_menu`, this won't work anymore).

View File

@ -0,0 +1,53 @@
metalpoint
rotoscope
Vassari
Giorgio
Kathe
Kollwitz's
volumetric
gumwater
Vergine
delle
Rocce
Conte
Vija
Celmin's
photorealistic
unmoving
Vinci's
da
Oilstick
Dubuffet's
Elisabetta
Sirani
de
Mattise
redrawings
Eckstein's
Kentridge
Spiegelman's
Maus
Marjane
Satrapi
limewater
Faiyum
secco
buon
Pozzo
Fra
Scrovegni
Bodhisattiva
Giornata
Encaustic
Gesso
arabic
Photomontage
photomontage
Linocut
linocut
burin
Drypoint
Mezzotint
drypoint
planographic
obscura

Binary file not shown.