Skip to content

Commit 0c64f27

Browse files
committed
feat(nvim): add buffer to completion source
1 parent 2914a3f commit 0c64f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nvim/.config/nvim/lua/plugins/lang.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ return {
424424
},
425425

426426
sources = {
427-
default = { 'lsp', 'path', 'snippets', 'lazydev' },
427+
default = { 'lsp', 'path', 'snippets', 'buffer', 'lazydev' },
428428
providers = {
429429
lazydev = { module = 'lazydev.integrations.blink', score_offset = 100 },
430430
},

0 commit comments

Comments
 (0)