Fix typos.
This commit is contained in:
parent
25148b1098
commit
8ad2208c38
|
|
@ -17,4 +17,4 @@ return { -- You can easily change to a different colorscheme.
|
|||
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
|
||||
vim.cmd.colorscheme 'tokyonight-night'
|
||||
end,
|
||||
}, --
|
||||
}
|
||||
|
|
|
|||
|
|
@ -266,7 +266,7 @@ return {
|
|||
},
|
||||
}
|
||||
end,
|
||||
}
|
||||
|
||||
{ -- Autocompletion
|
||||
'saghen/blink.cmp',
|
||||
event = 'VimEnter',
|
||||
|
|
@ -365,3 +365,4 @@ return {
|
|||
signature = { enabled = true },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue