mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-12-26 04:32:23 +00:00
Fix formatting
This commit is contained in:
parent
14de965ce9
commit
6d07646fae
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ in {
|
|||
-- buffer is a real file on the disk
|
||||
local real_file = vim.fn.filereadable(data.file) == 1
|
||||
|
||||
-- buffer is a directory
|
||||
-- buffer is a directory
|
||||
local directory = vim.fn.isdirectory(data.file) == 1
|
||||
|
||||
-- buffer is a [No Name]
|
||||
|
|
Loading…
Reference in a new issue