From f98e8cce7dd4a7fe9138153f0af96689df10b46a Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Tue, 20 Feb 2024 03:49:20 +0800 Subject: [PATCH] nvim-cmp: actually use cmp-path --- lua/plugins/completions.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/completions.lua b/lua/plugins/completions.lua index adcca17..8850dec 100755 --- a/lua/plugins/completions.lua +++ b/lua/plugins/completions.lua @@ -59,5 +59,6 @@ require("cmp").setup({ { name = "luasnip" }, }, { { name = "buffer" }, + { name = "path" } }), })