mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-12-22 10:59:49 +01:00
formatting
This commit is contained in:
parent
234ad31909
commit
14de965ce9
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ in {
|
|||
-- skip ignored filetypes
|
||||
if vim.tbl_contains(IGNORED_FT, filetype) then
|
||||
return
|
||||
end
|
||||
end
|
||||
|
||||
-- cd if buffer is a directory
|
||||
if directory then
|
||||
|
|
Loading…
Reference in a new issue