mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-14 19:34:36 +02:00
removed hanging space at the end of the comment
This commit is contained in:
parent
1810d44422
commit
004fed1e52
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ function M.pretty_path(opts)
|
||||||
local root = LazyVim.root.get({ normalize = true })
|
local root = LazyVim.root.get({ normalize = true })
|
||||||
local cwd = LazyVim.root.cwd()
|
local cwd = LazyVim.root.cwd()
|
||||||
|
|
||||||
-- original path is preserved to provide user with expected result of pretty_path, not a normalized one,
|
-- original path is preserved to provide user with expected result of pretty_path, not a normalized one,
|
||||||
-- which might be confusing
|
-- which might be confusing
|
||||||
local norm_path = path
|
local norm_path = path
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue