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