Skip to content

Commit 5a82527

Browse files
committed
Fix typo
1 parent fed44df commit 5a82527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ require('lazy').setup({
872872
default = { 'lsp', 'path', 'snippets', 'buffer' },
873873
providers = {
874874
buffer = {
875-
-- Make buffer compeletions appear at the end.
875+
-- Make buffer completions appear at the end.
876876
score_offset = -100,
877877
enabled = function()
878878
-- Filetypes for which buffer completions are enabled; add filetypes to extend:

0 commit comments

Comments
 (0)