Fix typo
This commit is contained in:
parent
fed44dfeec
commit
5a82527a40
2
init.lua
2
init.lua
|
|
@ -872,7 +872,7 @@ require('lazy').setup({
|
||||||
default = { 'lsp', 'path', 'snippets', 'buffer' },
|
default = { 'lsp', 'path', 'snippets', 'buffer' },
|
||||||
providers = {
|
providers = {
|
||||||
buffer = {
|
buffer = {
|
||||||
-- Make buffer compeletions appear at the end.
|
-- Make buffer completions appear at the end.
|
||||||
score_offset = -100,
|
score_offset = -100,
|
||||||
enabled = function()
|
enabled = function()
|
||||||
-- Filetypes for which buffer completions are enabled; add filetypes to extend:
|
-- Filetypes for which buffer completions are enabled; add filetypes to extend:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue