style: fix comment typo (#243)

This commit is contained in:
Zhizhen He
2023-02-12 00:10:39 +08:00
committed by GitHub
parent 31ad893788
commit 57e92b04e2
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ return {
autoformat = true,
-- options for vim.lsp.buf.format
-- `bufnr` and `filter` is handled by the LazyVim formatter,
-- but can be also overriden when specified
-- but can be also overridden when specified
format = {
formatting_options = nil,
timeout_ms = nil,

View File

@ -72,7 +72,7 @@ function M.get_root()
end
-- this will return a function that calls telescope.
-- cwd will defautlt to lazyvim.util.get_root
-- cwd will default to lazyvim.util.get_root
-- for `files`, git_files or find_files will be chosen depending on .git
function M.telescope(builtin, opts)
local params = { builtin = builtin, opts = opts }