From 4fe65e5f5d316313ba2bfc99af23f9c12bb0ef6e Mon Sep 17 00:00:00 2001 From: fiplox Date: Thu, 19 Jan 2023 19:29:40 +0100 Subject: [PATCH] move path higher then buffer --- lua/plugins/cmp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/cmp.lua b/lua/plugins/cmp.lua index 257257d..e8b10a3 100644 --- a/lua/plugins/cmp.lua +++ b/lua/plugins/cmp.lua @@ -115,8 +115,8 @@ function M.config() sources = { { name = 'nvim_lsp' }, { name = 'snippy' }, - { name = 'buffer' }, { name = 'path' }, + { name = 'buffer' }, { name = 'calc' }, }, }