formatting

This commit is contained in:
Ching Pei Yang 2024-12-03 01:31:48 +01:00 committed by GitHub
parent 234ad31909
commit 14de965ce9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,7 +94,7 @@ in {
-- skip ignored filetypes -- skip ignored filetypes
if vim.tbl_contains(IGNORED_FT, filetype) then if vim.tbl_contains(IGNORED_FT, filetype) then
return return
end end
-- cd if buffer is a directory -- cd if buffer is a directory
if directory then if directory then