Skip to content

Commit e7362c0

Browse files
committed
feat: enable path source by default
1 parent ad9ba28 commit e7362c0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lua/blink/cmp/config.lua

+5-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,11 @@ local config = {
101101
},
102102
sources = {
103103
providers = {
104-
{ { 'blink.cmp.sources.lsp' }, { 'blink.cmp.sources.snippets', score_offset = -3 } },
104+
{
105+
{ 'blink.cmp.sources.lsp' },
106+
{ 'blink.cmp.sources.path' },
107+
{ 'blink.cmp.sources.snippets', score_offset = -3 },
108+
},
105109
{ { 'blink.cmp.sources.buffer', score_offset = -9 } },
106110
},
107111
},

0 commit comments

Comments
 (0)