move path higher then buffer

This commit is contained in:
fiplox 2023-01-19 19:29:40 +01:00
parent 50ebfd0215
commit 4fe65e5f5d
1 changed files with 1 additions and 1 deletions

View File

@ -115,8 +115,8 @@ function M.config()
sources = {
{ name = 'nvim_lsp' },
{ name = 'snippy' },
{ name = 'buffer' },
{ name = 'path' },
{ name = 'buffer' },
{ name = 'calc' },
},
}