fix(nvim): ensure path completions exist in cmp

This commit is contained in:
Price Hiller 2023-05-13 07:14:50 -05:00
parent 75589c26be
commit fd18a613f9
No known key found for this signature in database
2 changed files with 7 additions and 5 deletions

View File

@ -138,6 +138,7 @@ cmp.setup({
keyword_length = 3, keyword_length = 3,
max_item_count = 10, max_item_count = 10,
}, },
{ name = "async_path", priority = 6 },
{ name = "zsh", priority = 5 }, { name = "zsh", priority = 5 },
{ name = "emoji", keyword_length = 2 }, { name = "emoji", keyword_length = 2 },
{ name = "neorg" }, { name = "neorg" },

View File

@ -239,6 +239,7 @@ lazy.setup({
"lukas-reineke/cmp-rg", "lukas-reineke/cmp-rg",
"onsails/lspkind.nvim", "onsails/lspkind.nvim",
"f3fora/cmp-spell", "f3fora/cmp-spell",
"FelipeLema/cmp-async-path",
-- Snippets -- Snippets
{ {
"L3MON4D3/LuaSnip", "L3MON4D3/LuaSnip",