mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-12-22 09:49: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
|
-- 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
|
||||||
|
|
Loading…
Reference in a new issue