mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
style: fix comment typo (#243)
This commit is contained in:
parent
31ad893788
commit
57e92b04e2
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ return {
|
||||||
autoformat = true,
|
autoformat = true,
|
||||||
-- options for vim.lsp.buf.format
|
-- options for vim.lsp.buf.format
|
||||||
-- `bufnr` and `filter` is handled by the LazyVim formatter,
|
-- `bufnr` and `filter` is handled by the LazyVim formatter,
|
||||||
-- but can be also overriden when specified
|
-- but can be also overridden when specified
|
||||||
format = {
|
format = {
|
||||||
formatting_options = nil,
|
formatting_options = nil,
|
||||||
timeout_ms = nil,
|
timeout_ms = nil,
|
||||||
|
|
|
@ -72,7 +72,7 @@ function M.get_root()
|
||||||
end
|
end
|
||||||
|
|
||||||
-- this will return a function that calls telescope.
|
-- 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
|
-- for `files`, git_files or find_files will be chosen depending on .git
|
||||||
function M.telescope(builtin, opts)
|
function M.telescope(builtin, opts)
|
||||||
local params = { builtin = builtin, opts = opts }
|
local params = { builtin = builtin, opts = opts }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue